NMPushInboxViewController Class Reference
| Inherits from | UIViewController |
| Conforms to | NMPushInboxListDelegate UIActionSheetDelegate UIAlertViewDelegate UINavigationControllerDelegate UITableViewDataSource UITableViewDelegate |
| Declared in | NMPushInboxViewController.h NMPushInboxViewController.m |
Overview
NMPushInboxViewController 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
Other Methods
-
– notificationFetchedWithPushObject:Returns the current logged user. Returns nil if there is no login user.
-
tableViewTable of the rich push notifications that have been sent.
property -
emptyImageViewImage view when no rich push notification exists.
property -
richPushIsAnimatingBoolean value which indicates whether richPush show process continues
property -
richPushRich push object of receiving a notification which push inbox controller presents.
property
Other Methods
-
– pushInboxListDidLoadThis method is notified when push inbox list was loaded correctly.
-
– pushInboxListDidFailLoad:This method is notified when push inbox list was not loaded correctly. The error that causes the fail of loading the push inbox list is also reported.
Properties
emptyImageView
Image view when no rich push notification exists.
@property (nonatomic, unsafe_unretained) IBOutlet UIImageView *emptyImageViewDiscussion
Image view when no rich push notification exists.
Declared In
NMPushInboxViewController.hrichPush
Rich push object of receiving a notification which push inbox controller presents.
@property (nonatomic, strong) NMRichPushObject *richPushDiscussion
Rich push object of receiving a notification which push inbox controller presents.
Declared In
NMPushInboxViewController.hInstance Methods
notificationFetchedWithPushObject:
Returns the current logged user. Returns nil if there is no login user.
- (void)notificationFetchedWithPushObject:(NMPushObject *)objectParameters
- rich
push object that is recently received.
Discussion
Returns the current logged user. Returns nil if there is no login user.
Declared In
NMPushInboxViewController.hpushInboxListDidFailLoad:
This method is notified when push inbox list was not loaded correctly. The error that causes the fail of loading the push inbox list is also reported.
- (void)pushInboxListDidFailLoad:(NSError *)errorParameters
- error
Error of loading the push inbox list uncorrectly.
Discussion
This method is notified when push inbox list was not loaded correctly. The error that causes the fail of loading the push inbox list is also reported.
Declared In
NMPushInboxList.h