public enum WebAppStatus
Represents the status of a web app.
Enum Constant and Description |
---|
CONNECTED
The web app is connected to the web socket server.
|
DISCONNECTED
The web app is disconnected from the web socket server.
|
public static WebAppStatus CONNECTED
The web app is connected to the web socket server.
public static WebAppStatus DISCONNECTED
The web app is disconnected from the web socket server.