NIMTeamOperationType Constants Reference
Declared in | NIMTeamNotificationContent.h |
---|
NIMTeamOperationType
群操作类型
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
-
邀请成员
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeKick
-
移除成员
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeLeave
-
离开群
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeUpdate
-
更新群信息
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeDismiss
-
解散群
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeApplyPass
-
高级群申请加入成功
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeTransferOwner
-
高级群群主转移群主身份
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeAddManager
-
添加管理员
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeRemoveManager
-
移除管理员
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeAcceptInvitation
-
高级群接受邀请进群
Declared In
NIMTeamNotificationContent.h
. NIMTeamOperationTypeMute
-
群内禁言/解禁
Declared In
NIMTeamNotificationContent.h
.
Declared In
NIMTeamNotificationContent.h