![]() |
Speedify SDK for Android
15.3.0
|
How a connection should be combined.
Public Attributes | |
ALWAYS | |
Always use this connection. More... | |
SECONDARY | |
Use this connection if others are full. More... | |
BACKUP | |
Use this connection if others are unavailable. More... | |
NEVER | |
Never use this connection. More... | |
AUTOMATIC | |
Let Speedify manage the priority. More... | |
com.speedify.speedifysdk.Types.ConnectionPriority.ALWAYS |
Always use this connection.
This is the default for all non-CELLULAR adapters.
com.speedify.speedifysdk.Types.ConnectionPriority.AUTOMATIC |
Let Speedify manage the priority.
com.speedify.speedifysdk.Types.ConnectionPriority.BACKUP |
Use this connection if others are unavailable.
com.speedify.speedifysdk.Types.ConnectionPriority.NEVER |
Never use this connection.
com.speedify.speedifysdk.Types.ConnectionPriority.SECONDARY |
Use this connection if others are full.
This is the default for CELLULAR adapters.