DefaultNotificationTransport Class Reference
Inherits from | AbstractKaaTransport : NSObject |
---|---|
Conforms to | NotificationTransport |
Declared in | DefaultNotificationTransport.h DefaultNotificationTransport.m |
– createEmptyNotificationRequest
Creates a new empty Notification request.
- (NotificationSyncRequest *)createEmptyNotificationRequest
Return Value
New empty Notification request.
Discussion
Creates a new empty Notification request.
Declared In
NotificationTransport.h
– createNotificationRequest
Creates a new Notification request.
- (NotificationSyncRequest *)createNotificationRequest
Return Value
New Notification request.
Discussion
Creates a new Notification request.
Declared In
NotificationTransport.h
– onNotificationResponse:
Updates the state of the Notification manager according to the given response.
- (void)onNotificationResponse:(NotificationSyncResponse *)response
Parameters
response |
The response from the server. |
---|
Discussion
Updates the state of the Notification manager according to the given response.
Declared In
NotificationTransport.h
– onSubscriptionChangedWithCommands:
Notify about new subscription info.
- (void)onSubscriptionChangedWithCommands:(NSArray *)commands
Parameters
commands |
Info about subscription actions (subscribe/unsubscribe). < SubscriptionCommand > |
---|
Discussion
Notify about new subscription info.
Will be called when one either subscribes or unsubscribes on\from some optional topic(s).
Declared In
NotificationTransport.h