NIMTeamOperationType Constants Reference
Declared in | NIMTeamNotificationContent.h |
---|
NIMTeamOperationType
Group operation types
Definition
typedef NS_ENUM(NSInteger, NIMTeamOperationType ) {
NIMTeamOperationTypeInvite = 0,
NIMTeamOperationTypeKick = 1,
NIMTeamOperationTypeLeave = 2,
NIMTeamOperationTypeUpdate = 3,
NIMTeamOperationTypeDismiss = 4,
NIMTeamOperationTypeApplyPass = 5,
NIMTeamOperationTypeTransferOwner = 6,
NIMTeamOperationTypeAddManager = 7,
NIMTeamOperationTypeRemoveManager = 8,
NIMTeamOperationTypeAcceptInvitation = 9,
NIMTeamOperationTypeMute = 10,
};
Constants
NIMTeamOperationTypeInvite
-
Invite users
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeKick
-
Remove members
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeLeave
-
Leave a group
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeUpdate
-
Update the group profile
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeDismiss
-
Dismiss a group
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeApplyPass
-
Approve the request to join an advanced group
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeTransferOwner
-
Transfer the ownership of an advanced group
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeAddManager
-
Add an administrator
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeRemoveManager
-
Remove an administrator
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeAcceptInvitation
-
Accept an invite request to join an advanced group
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeMute
-
Mute or unmute a member in a group
Declared In
NIMTeamNotificationContent.h
.
Declared In
NIMTeamNotificationContent.h