Inherits from NSObject
Declared in UAInbox.h

Overview

The main class for interacting with the Rich Push Inbox.

This class bridges library functionality with the UI and is the main point of interaction. Most implementations will only use functionality found in this class.

Tasks

Properties

client

The Inbox API Client

@property (nonatomic, readonly, strong) UAInboxAPIClient *client

Declared In

UAInbox.h

delegate

The delegate that should be notified when an incoming push is handled, as an object conforming to the UAInboxDelegate protocol. NOTE: The delegate is not retained.

@property (nonatomic, weak, nullable) id<UAInboxDelegate> delegate

Declared In

UAInbox.h

messageList

The list of Rich Push Inbox messages.

@property (nonatomic, strong) UAInboxMessageList *messageList

Declared In

UAInbox.h

pushHandler

Handles incoming rich push messages.

@property (nonatomic, strong, nullable) UAInboxPushHandler *pushHandler

Declared In

UAInbox.h