NotificationProcessor Protocol Reference
Declared in | NotificationProcessor.h |
---|
– topicsListUpdated:
required method
– notificationsReceived:
required method
Called when new notifications arrived.
- (void)notificationsReceived:(NSArray *)notifications
Parameters
notifications |
The list of new notifications. |
---|
Discussion
Called when new notifications arrived.
Declared In
NotificationProcessor.h