Captainup  2.4
Instance Methods | List of all members
<CPTInboxListener> Protocol Reference

#import <CPTInboxListener.h>

Inheritance diagram for <CPTInboxListener>:

Instance Methods

(void) - onInboxError:
 
(void) - onNewInboxMessages:
 
(void) - onNewInboxNotification:
 

Detailed Description

CPTInboxListener

Method Documentation

◆ onInboxError:()

- (void) onInboxError: (nullable NSError *)  error
optional

Triggers on inbox error

Parameters
errorNSError error object

◆ onNewInboxMessages:()

- (void) onNewInboxMessages: (nonnull NSArray< id< CPTInboxItem >> *)  items
optional

Triggers on new message

Parameters
itemsNSArray<id<CPTInboxItem>>* List of CPTInboxItem object

◆ onNewInboxNotification:()

- (void) onNewInboxNotification: (nonnull NSArray< id< CPTInboxItem >> *)  items
optional

Triggers on new Inbox notification

Parameters
itemsNSArray<id<CPTInboxItem>>* List of CPTInboxItem object

The documentation for this protocol was generated from the following file: