NIMSDK-iOS
载入中...
搜索中...
未找到
<NIMSystemNotificationManagerDelegate>协议 参考

#import <NIMSystemNotificationManagerProtocol.h>

类 <NIMSystemNotificationManagerDelegate> 继承关系图:

构造函数

(void) - onReceiveSystemNotification:
 
(void) - onSystemNotificationCountChanged:
 
(void) - onReceiveCustomSystemNotification:
 

详细描述

系统通知委托

函数文档

◆ onReceiveCustomSystemNotification:

- (void) onReceiveCustomSystemNotification: (NIMCustomSystemNotification *)  notification
optional

收到自定义通知回调

参数
notification自定义通知 @discussion 这个通知是由开发者服务端/客户端发出,由我们的服务器进行透传的通知,SDK 不负责这个信息的存储,如果需要上层需要存储,需要在这个方法返回前进行存储

◆ onReceiveSystemNotification:

- (void) onReceiveSystemNotification: (NIMSystemNotification *)  notification
optional

收到系统通知回调

参数
notification系统通知

◆ onSystemNotificationCountChanged:

- (void) onSystemNotificationCountChanged: (NSInteger)  unreadCount
optional

系统通知数量变化

参数
unreadCount总系统通知未读数目

该协议的文档由以下文件生成: