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.

  •   webView

    The webview, which displays the rich push content.

    property
  •   richPush

    The object, which stores the rich push content.

    property

Properties

richPush

The object, which stores the rich push content.

@property (nonatomic, unsafe_unretained) NetmeraRichPushObject *richPush

Discussion

The object, which stores the rich push content.

Declared In

NetmeraRichPushViewController.h

webView

The webview, which displays the rich push content.

@property (nonatomic, strong) UIWebView *webView

Discussion

The webview, which displays the rich push content.

Declared In

NetmeraRichPushViewController.h

Instance Methods

initWithRichPushObject:

Initialization of the NetmeraRichPushViewController with a rich push object that includes necessary information to display rich push notification.

- (id)initWithRichPushObject:(NetmeraRichPushObject *)obj

Discussion

Initialization of the NetmeraRichPushViewController with a rich push object that includes necessary information to display rich push notification.

Declared In

NetmeraRichPushViewController.h