NIMSystemNotificationType Constants Reference
Declared in | NIMSystemNotification.h |
---|
NIMSystemNotificationType
系统通知类型
Definition
typedef NS_ENUM(NSInteger, NIMSystemNotificationType ) {
NIMSystemNotificationTypeTeamApply = 0,
NIMSystemNotificationTypeTeamApplyReject = 1,
NIMSystemNotificationTypeTeamInvite = 2,
NIMSystemNotificationTypeTeamIviteReject = 3,
NIMSystemNotificationTypeFriendAdd = 5,
NIMSystemNotificationTypeDeleteFriend = 6,
NIMSystemNotificationTypeRevokeP2PMsg = 7,
NIMSystemNotificationTypeRevokeTeamMsg = 8,
NIMSystemNotificationTypeRevokeSuperTeamMsg = 12,
NIMSystemNotificationTypeDeleteP2PMsg = 13,
NIMSystemNotificationTypeDeleteTeamMsg = 14,
NIMSystemNotificationTypeSuperTeamApply = 15,
NIMSystemNotificationTypeSuperTeamApplyReject = 16,
NIMSystemNotificationTypeSuperTeamInvite = 17,
NIMSystemNotificationTypeSuperTeamIviteReject = 18,
};
Constants
NIMSystemNotificationTypeTeamApply
-
申请入群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamApplyReject
-
拒绝入群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamInvite
-
邀请入群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamIviteReject
-
拒绝入群邀请
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeFriendAdd
-
添加好友
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeDeleteFriend
-
删除好友
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeRevokeP2PMsg
-
p2p消息撤回通知
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeRevokeTeamMsg
-
team消息撤回
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeRevokeSuperTeamMsg
-
superteam消息撤回
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeDeleteP2PMsg
-
p2p消息单向删除,发送方无感知,接收方消息会被清掉
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeDeleteTeamMsg
-
team消息单向删除,发送方无感知,接收方消息会被清掉
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamApply
-
申请入超大群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamApplyReject
-
拒绝入超大群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamInvite
-
邀请入超大群
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamIviteReject
-
拒绝入超大群邀请
Declared In
NIMSystemNotification.h
.
Declared In
NIMSystemNotification.h