NIMChatroomLoginAuthType Constants Reference
| Declared in | NIMChatroomEnterRequest.h |
|---|
NIMChatroomLoginAuthType
Definition
typedef NS_ENUM(NSInteger, NIMChatroomLoginAuthType ) {
NIMChatroomLoginAuthTypeDefault = 0,
NIMChatroomLoginAuthTypeDynamicToken = 1,
NIMChatroomLoginAuthTypeThirdPart = 2,
};