NIMChatroomMemberType Constants Reference
| Declared in | NIMChatroomMember.h |
|---|
NIMChatroomMemberType
聊天室用户类型
Definition
typedef NS_ENUM(NSInteger, NIMChatroomMemberType ) {
NIMChatroomMemberTypeGuest = -2,
NIMChatroomMemberTypeLimit = -1,
NIMChatroomMemberTypeNormal = 0,
NIMChatroomMemberTypeCreator = 1,
NIMChatroomMemberTypeManager = 2,
NIMChatroomMemberTypeAnonymousGuest = 4,
};
Constants
NIMChatroomMemberTypeGuest-
普通游客
Declared In
NIMChatroomMember.h. NIMChatroomMemberTypeLimit-
受限用户
Declared In
NIMChatroomMember.h. NIMChatroomMemberTypeNormal-
普通用户
Declared In
NIMChatroomMember.h. NIMChatroomMemberTypeCreator-
创建者
Declared In
NIMChatroomMember.h. NIMChatroomMemberTypeManager-
管理员
Declared In
NIMChatroomMember.h. NIMChatroomMemberTypeAnonymousGuest-
匿名游客
Declared In
NIMChatroomMember.h.
Declared In
NIMChatroomMember.h