NMPushInboxListDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | NMPushInboxList.h |
Overview
NMPushInboxListDelegate is the protocol, which notifies delegate object whether push inbox list was loaded or failed.
Tasks
-
– pushInboxListDidLoadThis method is notified when push inbox list was loaded correctly.
required method -
– 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.
required method
Instance Methods
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.
- (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