TWMClientConnectionState Constants Reference
| Declared in | TWMConstants.h |
|---|
TWMClientConnectionState
Client connection state.
Definition
typedef NS_ENUM(NSInteger, TWMClientConnectionState ) {
TWMClientConnectionStateUnknown,
TWMClientConnectionStateDisconnected,
TWMClientConnectionStateConnected,
TWMClientConnectionStateConnecting,
TWMClientConnectionStateDenied,
TWMClientConnectionStateError,
};
Constants
TWMClientConnectionStateUnknown-
Client connection state is not yet known.
Declared In
TWMConstants.h. TWMClientConnectionStateDisconnected-
Client is offline and no connection attempt in process.
Declared In
TWMConstants.h. TWMClientConnectionStateConnected-
Client is online and ready.
Declared In
TWMConstants.h. TWMClientConnectionStateConnecting-
Client is offline and connection attempt is in process.
Declared In
TWMConstants.h. TWMClientConnectionStateDenied-
Client connection is denied because of invalid token.
Declared In
TWMConstants.h. TWMClientConnectionStateError-
Client connection is in the erroneous state.
Declared In
TWMConstants.h.
Declared In
TWMConstants.h