NIMChatroomMemberType Constants Reference
Declared in | NIMChatroomMember.h |
---|
NIMChatroomMemberType
Chatroom member type
Definition
typedef NS_ENUM(NSInteger, NIMChatroomMemberType ) {
NIMChatroomMemberTypeGuest = -2,
NIMChatroomMemberTypeLimit = -1,
NIMChatroomMemberTypeNormal = 0,
NIMChatroomMemberTypeCreator = 1,
NIMChatroomMemberTypeManager = 2,
NIMChatroomMemberTypeAnonymousGuest = 4,
};
Constants
NIMChatroomMemberTypeGuest
-
Guest
Declared In
NIMChatroomMember.h
. NIMChatroomMemberTypeLimit
-
Restricted users
Declared In
NIMChatroomMember.h
. NIMChatroomMemberTypeNormal
-
Standard users
Declared In
NIMChatroomMember.h
. NIMChatroomMemberTypeCreator
-
Creator
Declared In
NIMChatroomMember.h
. NIMChatroomMemberTypeManager
-
Administrator
Declared In
NIMChatroomMember.h
. NIMChatroomMemberTypeAnonymousGuest
-
Anonymous guest
Declared In
NIMChatroomMember.h
.
Declared In
NIMChatroomMember.h