Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.ServerSettings Class Reference

Detailed Description

Automatic server selection method settings.

Since
9.4

Public Attributes

AutoConnectMethod connectMethod
 Type of automatic selection used. More...
 
String country
 Chosen country, if connectMethod is COUNTRYCITYSERVER or EXACT. More...
 
String city
 Chosen city, if connectMethod is COUNTRYCITYSERVER or EXACT. More...
 
int num
 Chosen server number, if connectMethod is COUNTRYCITYSERVER or EXACT. More...
 

Member Data Documentation

◆ city

String com.speedify.speedifysdk.Types.ServerSettings.city

Chosen city, if connectMethod is COUNTRYCITYSERVER or EXACT.

Since
9.4

◆ connectMethod

AutoConnectMethod com.speedify.speedifysdk.Types.ServerSettings.connectMethod

Type of automatic selection used.

Since
9.4

◆ country

String com.speedify.speedifysdk.Types.ServerSettings.country

Chosen country, if connectMethod is COUNTRYCITYSERVER or EXACT.

Since
9.4

◆ num

int com.speedify.speedifysdk.Types.ServerSettings.num

Chosen server number, if connectMethod is COUNTRYCITYSERVER or EXACT.

Since
9.4

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