public final class MCSessionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Connected
Peer is connected to the session.
|
static long |
Connecting
Peer is connecting to the session.
|
static long |
NotConnected
Not connected to the session.
|
public static final long NotConnected
public static final long Connecting
public static final long Connected