NetmeraRichPushViewController Class Reference
| Inherits from | UIViewController |
| Conforms to | UIWebViewDelegate |
| Declared in | NetmeraRichPushViewController.h NetmeraRichPushViewController.m |
Overview
NetmeraRichPushViewController is the controller, which shows the rich push notification content as a webview. As default implememtation, it displays the coming rich push notifications as if they are opened in push inbox implementation.
Tasks
-
– initWithRichPushObject:Initialization of the NetmeraRichPushViewController with a rich push object that includes necessary information to display rich push notification.
-
webViewThe webview, which displays the rich push content.
property -
richPushThe object, which stores the rich push content.
property
Properties
Instance Methods
initWithRichPushObject:
Initialization of the NetmeraRichPushViewController with a rich push object that includes necessary information to display rich push notification.
- (id)initWithRichPushObject:(NetmeraRichPushObject *)objDiscussion
Initialization of the NetmeraRichPushViewController with a rich push object that includes necessary information to display rich push notification.
Declared In
NetmeraRichPushViewController.h