Speedify SDK for Android  15.3.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.ConnectionPriority Enum Reference

Detailed Description

How a connection should be combined.

Since
5.6

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...
 

Member Data Documentation

◆ ALWAYS

com.speedify.speedifysdk.Types.ConnectionPriority.ALWAYS

Always use this connection.

This is the default for all non-CELLULAR adapters.

Since
5.6

◆ AUTOMATIC

com.speedify.speedifysdk.Types.ConnectionPriority.AUTOMATIC

Let Speedify manage the priority.

Since
12.4

◆ BACKUP

com.speedify.speedifysdk.Types.ConnectionPriority.BACKUP

Use this connection if others are unavailable.

Since
5.6

◆ NEVER

com.speedify.speedifysdk.Types.ConnectionPriority.NEVER

Never use this connection.

Since
5.6

◆ SECONDARY

com.speedify.speedifysdk.Types.ConnectionPriority.SECONDARY

Use this connection if others are full.

This is the default for CELLULAR adapters.

Since
5.6

The documentation for this enum was generated from the following file: