UAInboxDelegate Protocol Reference
Conforms to | NSObject |
Declared in | UAInbox.h |
Overview
Delegate protocol for receiving callbacks related to Rich Push message delivery and display.
Instance Methods
richPushMessageAvailable:
Called when the UADisplayInboxAction was triggered from a foreground notification.
- (void)richPushMessageAvailable:(UAInboxMessage *)richPushMessage
Parameters
- richPushMessage
The Rich Push message
Declared In
UAInbox.h
showInbox
Called when the inbox is requested to be displayed by the UADisplayInboxAction.
- (void)showInbox
Declared In
UAInbox.h
showInboxMessage:
Called when the inbox is requested to be displayed by the UADisplayInboxAction.
- (void)showInboxMessage:(UAInboxMessage *)message
Parameters
- message
The Rich Push message
Declared In
UAInbox.h