NIMSystemNotificationManagerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMSystemNotificationManagerProtocol.h |
– onReceiveSystemNotification:
Get notified when a system notification is received
- (void)onReceiveSystemNotification:(NIMSystemNotification *)notification
Parameters
notification |
system notification |
---|
Discussion
Get notified when a system notification is received
Declared In
NIMSystemNotificationManagerProtocol.h
– onSystemNotificationCountChanged:
Changes in the number of system notification
- (void)onSystemNotificationCountChanged:(NSInteger)unreadCount
Parameters
unreadCount |
unread count of system notifications |
---|
Discussion
Changes in the number of system notification
Declared In
NIMSystemNotificationManagerProtocol.h
– onReceiveCustomSystemNotification:
Get notified when a custom system notification is received
- (void)onReceiveCustomSystemNotification:(NIMCustomSystemNotification *)notification
Parameters
notification |
Custom notification |
---|
Discussion
Get notified when a custom system notification is received
This notification is sent by the developer’s server or client and is transmitted in pass-through mode by CommsEase. The SDK is not responsible for the storage of this information. If the upper layer want to store the information, the information must be stored before the method call.
Declared In
NIMSystemNotificationManagerProtocol.h