NIMRevokeMessageNotificationType Constants Reference
Declared in | NIMRevokeMessageNotification.h |
---|
NIMRevokeMessageNotificationType
Notification type for recalling a message
Definition
typedef NS_ENUM(NSInteger, NIMRevokeMessageNotificationType ) {
NIMRevokeMessageNotificationTypeP2P = 7,
NIMRevokeMessageNotificationTypeTeam = 8,
NIMRevokeMessageNotificationTypeSuperTeam = 12,
NIMRevokeMessageNotificationTypeP2POneWay = 13,
NIMRevokeMessageNotificationTypeTeamOneWay = 14,
};
Constants
NIMRevokeMessageNotificationTypeP2P
-
P2P message
Declared In
NIMRevokeMessageNotification.h
. NIMRevokeMessageNotificationTypeTeam
-
Group message
Declared In
NIMRevokeMessageNotification.h
. NIMRevokeMessageNotificationTypeSuperTeam
-
Supergroup message
Declared In
NIMRevokeMessageNotification.h
. NIMRevokeMessageNotificationTypeP2POneWay
-
One-way P2P message recalling
Declared In
NIMRevokeMessageNotification.h
. NIMRevokeMessageNotificationTypeTeamOneWay
-
One-way group message recalling
Declared In
NIMRevokeMessageNotification.h
.
Declared In
NIMRevokeMessageNotification.h