NMRichPushViewController Class Reference
| Inherits from | NMNotificationController : UIViewController |
| Declared in | NMRichPushViewController.h NMRichPushViewController.m |
Overview
NMRichPushViewController is the controller, which shows the content of given rich push notification or pop up notification. As default implementation: – For rich push notifications, it displays the coming rich push notifications as if they are opened in push inbox implementation. – For pop up notifications, it shows view with a popping animation.
Tasks
Other Methods
-
– updateWithRichPushObject:Updates webview content with the newly-receiving rich push object when NMRichPushViewController is visible.
Other Methods
-
– initWithRichPushObject:Initialization of the NMRichPushViewController with a rich push object that includes necessary information to display rich push notification.
Instance Methods
initWithRichPushObject:
Initialization of the NMRichPushViewController with a rich push object that includes necessary information to display rich push notification.
- (id)initWithRichPushObject:(NMRichPushObject *)objDiscussion
Initialization of the NMRichPushViewController with a rich push object that includes necessary information to display rich push notification.
Declared In
NMNotificationController.hupdateWithRichPushObject:
Updates webview content with the newly-receiving rich push object when NMRichPushViewController is visible.
- (void)updateWithRichPushObject:(NMRichPushObject *)richObjectParameters
- richObject
Newly receiving rich push object.
Discussion
Updates webview content with the newly-receiving rich push object when NMRichPushViewController is visible.
Declared In
NMRichPushViewController.h