NIMKickReason Constants Reference
| Declared in | NIMLoginManagerProtocol.h |
|---|
NIMKickReason
reason for being removed from a chat room
Definition
typedef NS_ENUM(NSInteger, NIMKickReason ) {
NIMKickReasonByClient = 1,
NIMKickReasonByServer = 2,
NIMKickReasonByClientManually = 3,
};
Constants
NIMKickReasonByClient-
Removed by another client (unique login invalidates the last login)
Declared In
NIMLoginManagerProtocol.h. NIMKickReasonByServer-
Removed from the server side
Declared In
NIMLoginManagerProtocol.h. NIMKickReasonByClientManually-
Kicked off by manual selection on another client
Declared In
NIMLoginManagerProtocol.h.
Declared In
NIMLoginManagerProtocol.h