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

  • – pushInboxListDidLoad

    This 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 *)error

Parameters

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

pushInboxListDidLoad

This method is notified when push inbox list was loaded correctly.

- (void)pushInboxListDidLoad

Discussion

This method is notified when push inbox list was loaded correctly.

Declared In

NMPushInboxList.h