![]() |
Speedify SDK for Android
15.3.0
|
Common status data used in default foreground notification.
Public Attributes | |
State | state = State.LOGGED_OUT |
Current state. More... | |
String | serverName |
Name of current server. More... | |
boolean | killswitchActive |
If kill switch is currently active. More... | |
int | activePeerClients |
Number of active sharing peer clients. More... | |
List< String > | sharedNetworks |
Name of networks being shared. More... | |
int com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.activePeerClients |
Number of active sharing peer clients.
boolean com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.killswitchActive |
If kill switch is currently active.
String com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.serverName |
Name of current server.
List<String> com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.sharedNetworks |
Name of networks being shared.
State com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.state = State.LOGGED_OUT |
Current state.