TCHClientConnectionState Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHClientConnectionState
Client connection state.
Definition
typedef NS_ENUM(NSInteger, TCHClientConnectionState ) {
                            
                               TCHClientConnectionStateUnknown,
                            
                               TCHClientConnectionStateDisconnected,
                            
                               TCHClientConnectionStateConnected,
                            
                               TCHClientConnectionStateConnecting,
                            
                               TCHClientConnectionStateDenied,
                            
                               TCHClientConnectionStateError,
                            
                               TCHClientConnectionStateFatalError,
                            
                            };
                    
                    Constants
- TCHClientConnectionStateUnknown
- 
Client connection state is not yet known. Declared In TCHConstants.h.
- TCHClientConnectionStateDisconnected
- 
Client is offline and no connection attempt in process. Declared In TCHConstants.h.
- TCHClientConnectionStateConnected
- 
Client is online and ready. Declared In TCHConstants.h.
- TCHClientConnectionStateConnecting
- 
Client is offline and connection attempt is in process. Declared In TCHConstants.h.
- TCHClientConnectionStateDenied
- 
Client connection is denied because of invalid token. Declared In TCHConstants.h.
- TCHClientConnectionStateError
- 
Client connection is in the erroneous state. Probably offline. Declared In TCHConstants.h.
- TCHClientConnectionStateFatalError
- 
Client connection is rejected and customer action is required. Declared In TCHConstants.h.
Declared In
TCHConstants.h