NetmeraPushInboxViewController Class Reference
| 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
-
– notificationFetchedWithPushObject:Returns the current logged user. If no user logged in then it returns nil.
-
tableViewTable of the rich push notifications that have been sent.
property -
emptyImageViewImage view when no rich push notification exists.
property
Properties
Instance Methods
notificationFetchedWithPushObject:
Returns the current logged user. If no user logged in then it returns nil.
- (void)notificationFetchedWithPushObject:(NetmeraPushObject *)objectParameters
- 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