NIMRevokeMessageNotificationType Constants Reference
| Declared in | NIMRevokeMessageNotification.h | 
|---|
NIMRevokeMessageNotificationType
消息撤回通知类型
Definition
typedef NS_ENUM(NSInteger, NIMRevokeMessageNotificationType ) {
                            
                               NIMRevokeMessageNotificationTypeP2P = 7,
                            
                               NIMRevokeMessageNotificationTypeTeam = 8,
                            
                               NIMRevokeMessageNotificationTypeSuperTeam = 12,
                            
                               NIMRevokeMessageNotificationTypeP2POneWay = 13,
                            
                               NIMRevokeMessageNotificationTypeTeamOneWay = 14,
                            
                            };
                    
                    Constants
NIMRevokeMessageNotificationTypeP2P- 
点对点消息撤回通知
Declared In
NIMRevokeMessageNotification.h. NIMRevokeMessageNotificationTypeTeam- 
群消息撤回通知
Declared In
NIMRevokeMessageNotification.h. NIMRevokeMessageNotificationTypeSuperTeam- 
超大群撤回通知
Declared In
NIMRevokeMessageNotification.h. NIMRevokeMessageNotificationTypeP2POneWay- 
点对点消息单向撤回
Declared In
NIMRevokeMessageNotification.h. NIMRevokeMessageNotificationTypeTeamOneWay- 
群消息单向撤回类型
Declared In
NIMRevokeMessageNotification.h. 
Declared In
NIMRevokeMessageNotification.h