NIMLoginStep Constants Reference
| Declared in | NIMLoginManagerProtocol.h |
|---|
NIMLoginStep
Login step enumerations
Definition
typedef NS_ENUM(NSInteger, NIMLoginStep ) {
NIMLoginStepLinking = 1,
NIMLoginStepLinkOK,
NIMLoginStepLinkFailed,
NIMLoginStepLogining,
NIMLoginStepLoginOK,
NIMLoginStepLoginFailed,
NIMLoginStepSyncing,
NIMLoginStepSyncOK,
NIMLoginStepLoseConnection,
NIMLoginStepNetChanged,
};
Constants
NIMLoginStepLinking-
Connecting to the server
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLinkOK-
Connected to the server
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLinkFailed-
Failed to connect to the server
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLogining-
Login
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLoginOK-
Successful login
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLoginFailed-
Failed login
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepSyncing-
Start syncing
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepSyncOK-
Sync complete
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepLoseConnection-
Disconnected
Declared In
NIMLoginManagerProtocol.h. NIMLoginStepNetChanged-
Network changed
Declared In
NIMLoginManagerProtocol.h.
Declared In
NIMLoginManagerProtocol.h