Learn how to evaluate and integrate the VNC SDK
Viewer.ConnectionStatus¶
-
public enum
ConnectionStatus¶ Enumeration of connection statuses.
Enum Constants¶
-
public static final Viewer.ConnectionStatus
CONNECTED¶ The viewer is connected to a server.
-
public static final Viewer.ConnectionStatus
CONNECTING¶ The viewer is negotiating a connection to a server (includes authentication).
-
public static final Viewer.ConnectionStatus
DISCONNECTED¶ The viewer is not connected to a server.
-
public static final Viewer.ConnectionStatus
DISCONNECTING¶ Viewer.disconnect()has been called but we’ve not yet disconnected from the server.