NIMSystemNotificationManagerDelegate Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | NIMSystemNotificationManagerProtocol.h | 
– onReceiveSystemNotification:
	收到系统通知回调
- (void)onReceiveSystemNotification:(NIMSystemNotification *)notificationParameters
notification | 
						系统通知  | 
					
|---|
Discussion
收到系统通知回调
Declared In
NIMSystemNotificationManagerProtocol.h
– onSystemNotificationCountChanged:
	系统通知数量变化
- (void)onSystemNotificationCountChanged:(NSInteger)unreadCountParameters
unreadCount | 
						总系统通知未读数目  | 
					
|---|
Discussion
系统通知数量变化
Declared In
NIMSystemNotificationManagerProtocol.h
– onReceiveCustomSystemNotification:
	收到自定义通知回调
- (void)onReceiveCustomSystemNotification:(NIMCustomSystemNotification *)notificationParameters
notification | 
						自定义通知  | 
					
|---|
Discussion
收到自定义通知回调
这个通知是由开发者服务端/客户端发出,由我们的服务器进行透传的通知,SDK 不负责这个信息的存储,如果需要上层需要存储,需要在这个方法返回前进行存储
Declared In
NIMSystemNotificationManagerProtocol.h