SIKNotificationManager Class Reference

Inherits from NSObject
Conforms to SIKINotification
Declared in SIKNotificationManager.h
SIKNotificationManager.m

Other Methods

+ getInstance

It provides singleton instance of NotificationManager

+ (SIKNotificationManager *)getInstance

Return Value

NotificationManager singleton instance

Discussion

It provides singleton instance of NotificationManager

Declared In

SIKNotificationManager.h

Other Methods

– init

Private NotificationManager Constructor

- (id)init

Discussion

Private NotificationManager Constructor

Declared In

SIKNotificationManager.m

– doRegistration

Do registration

This is used when application wants to register for push notification platform service

- (void)doRegistration

Discussion

Do registration

This is used when application wants to register for push notification platform service

Declared In

SIKINotification.h

– onRegistration:

This is called when application is successfully registred for push notification service

- (void)onRegistration:(id<SIKIRegistration>)registration

Parameters

registration

Registration instance

Discussion

This is called when application is successfully registred for push notification service

Declared In

SIKINotification.h

– doUnregistration

Do unregistration

This is used when application wants to unregister for push notification platform service

- (void)doUnregistration

Discussion

Do unregistration

This is used when application wants to unregister for push notification platform service

Declared In

SIKINotification.h

– onUnregistration:

This is called when application is successfully unregistred for push notification service @param registration

- (void)onUnregistration:(id<SIKIRegistration>)registration

Discussion

This is called when application is successfully unregistred for push notification service @param registration

Declared In

SIKINotification.h

– onNotification:

This is called when any notification is recevied from push notification service

- (void)onNotification:(id<SIKIMessage>)message

Parameters

message

Message

Discussion

This is called when any notification is recevied from push notification service

Declared In

SIKINotification.h

– onError:

This is called when there is any exception while handing push notification

- (void)onError:(SIKNotificationException *)notificationException

Parameters

notificationException

NotificationException instance

Discussion

This is called when there is any exception while handing push notification

Declared In

SIKINotification.h