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 *)getInstanceReturn Value
NotificationManager singleton instance
Discussion
It provides singleton instance of NotificationManager
Declared In
SIKNotificationManager.h
Other Methods
– init
Private NotificationManager Constructor
- (id)initDiscussion
Private NotificationManager Constructor
Declared In
SIKNotificationManager.m
– doRegistration
Do registration
This is used when application wants to register for push notification platform service
- (void)doRegistrationDiscussion
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>)registrationParameters
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)doUnregistrationDiscussion
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>)registrationDiscussion
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>)messageParameters
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 *)notificationExceptionParameters
notificationException |
NotificationException instance |
|---|
Discussion
This is called when there is any exception while handing push notification
Declared In
SIKINotification.h