NotificationProcessor Protocol Reference

Declared in NotificationProcessor.h

Overview

Used to process notifications.

– topicsListUpdated: required method

Called on topics' list update.

- (void)topicsListUpdated:(NSArray *)topics

Parameters

topics

The new topics array.

Discussion

Called on topics' list update.

Declared In

NotificationProcessor.h

– 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