Speedify SDK for Android 15.5.0
Loading...
Searching...
No Matches
IForegroundNotificationReceiver.ServiceData Class Reference

Common status data used in default foreground notification. More...

Public Attributes

State state = State.LOGGED_OUT
 Current state.
 
String serverName
 Name of current server.
 
boolean killswitchActive
 If kill switch is currently active.
 
int activePeerClients
 Number of active sharing peer clients.
 
List< String > sharedNetworks
 Name of networks being shared.
 

Detailed Description

Common status data used in default foreground notification.

Since
14.0

Member Data Documentation

◆ activePeerClients

int activePeerClients

Number of active sharing peer clients.

Since
14.0

◆ killswitchActive

boolean killswitchActive

If kill switch is currently active.

Since
14.0

◆ serverName

String serverName

Name of current server.

Since
14.0

◆ sharedNetworks

List<String> sharedNetworks

Name of networks being shared.

Since
14.0

◆ state

Current state.

Since
14.0

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