NIMSystemNotificationType Constants Reference

Declared in NIMSystemNotification.h

NIMSystemNotificationType

系统通知类型

Definition

typedef NS_ENUM(NSInteger, NIMSystemNotificationType ) {
   NIMSystemNotificationTypeTeamApply = 0,
   NIMSystemNotificationTypeTeamApplyReject = 1,
   NIMSystemNotificationTypeTeamInvite = 2,
   NIMSystemNotificationTypeTeamIviteReject = 3,
   NIMSystemNotificationTypeFriendAdd = 5,
};

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.

Declared In

NIMSystemNotification.h