Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData Class Reference

Detailed Description

Common status data used in default foreground notification.

Since
14.0

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

Member Data Documentation

◆ activePeerClients

int com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.activePeerClients

Number of active sharing peer clients.

Since
14.0

◆ killswitchActive

boolean com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.killswitchActive

If kill switch is currently active.

Since
14.0

◆ serverName

String com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.serverName

Name of current server.

Since
14.0

◆ sharedNetworks

List<String> com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.sharedNetworks

Name of networks being shared.

Since
14.0

◆ state

State com.speedify.speedifysdk.receivers.IForegroundNotificationReceiver.ServiceData.state = State.LOGGED_OUT

Current state.

Since
14.0

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