Inherits from UIViewController
Conforms to UIActionSheetDelegate
UIAlertViewDelegate
UITableViewDataSource
UITableViewDelegate
Declared in NetmeraPushInboxViewController.h
NetmeraPushInboxViewController.m

Overview

NetmeraPushInboxViewController is the controller basic yet visually beautiful implementation of the PushInbox. It basicly provides a tableView based interface to users in which they can access, read and delete rich push notifications that they received.

You can fully customize this class because it’s included in the SDK as open source.

Tasks

Properties

emptyImageView

Image view when no rich push notification exists.

@property (nonatomic, unsafe_unretained) IBOutlet UIImageView *emptyImageView

Discussion

Image view when no rich push notification exists.

Declared In

NetmeraPushInboxViewController.h

tableView

Table of the rich push notifications that have been sent.

@property (nonatomic, unsafe_unretained) IBOutlet UITableView *tableView

Discussion

Table of the rich push notifications that have been sent.

Declared In

NetmeraPushInboxViewController.h

Instance Methods

notificationFetchedWithPushObject:

Returns the current logged user. If no user logged in then it returns nil.

- (void)notificationFetchedWithPushObject:(NetmeraPushObject *)object

Parameters

rich

push object that is recently received.

Discussion

Returns the current logged user. If no user logged in then it returns nil.

Declared In

NetmeraPushInboxViewController.h