UAInbox Class Reference
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.
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