NIMSystemNotificationType Constants Reference
Declared in | NIMSystemNotification.h |
---|
NIMSystemNotificationType
System notification type
Definition
typedef NS_ENUM(NSInteger, NIMSystemNotificationType ) {
NIMSystemNotificationTypeTeamApply = 0,
NIMSystemNotificationTypeTeamApplyReject = 1,
NIMSystemNotificationTypeTeamInvite = 2,
NIMSystemNotificationTypeTeamIviteReject = 3,
NIMSystemNotificationTypeFriendAdd = 5,
NIMSystemNotificationTypeSuperTeamApply = 15,
NIMSystemNotificationTypeSuperTeamApplyReject = 16,
NIMSystemNotificationTypeSuperTeamInvite = 17,
NIMSystemNotificationTypeSuperTeamIviteReject = 18,
};
Constants
NIMSystemNotificationTypeTeamApply
-
Send a join group request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamApplyReject
-
Reject a join group request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamInvite
-
Send an invite request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeTeamIviteReject
-
Reject an invite request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeFriendAdd
-
Add a friend
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamApply
-
Send a join supergroup request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamApplyReject
-
Reject a join supergroup request
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamInvite
-
Send an invite request for joining a supergroup
Declared In
NIMSystemNotification.h
. NIMSystemNotificationTypeSuperTeamIviteReject
-
Reject an invite request for joining a supergroup
Declared In
NIMSystemNotification.h
.
Declared In
NIMSystemNotification.h