Inbox
The inbox provides access to the device's local inbox data. Modifications (e.g., deletions or mark read) will be sent to the Airship server the next time the inbox is synchronized.
Types
Link copied to clipboard
interface FetchMessagesCallback
A callback used to be notified when refreshing messages.
Functions
Link copied to clipboard
Subscribe a listener for inbox update event callbacks.
Link copied to clipboard
Mark Messages deleted.
Link copied to clipboard
Fetches the latest inbox changes from Airship.
Link copied to clipboard
Get the Message with the corresponding message ID.
Link copied to clipboard
Get the Message with the corresponding message body URL.
Link copied to clipboard
Gets all the message ids in the inbox.
Link copied to clipboard
Gets a list of RichPushMessages.
Gets a list of RichPushMessages, filtered by the provided predicate.
Link copied to clipboard
Gets the total read message count.
Link copied to clipboard
Gets a list of read RichPushMessages.
Gets a list of read RichPushMessages, filtered by the provided predicate.
Link copied to clipboard
Gets the total unread message count.
Link copied to clipboard
Gets a list of unread RichPushMessages.
Gets a list of unread RichPushMessages, filtered by the provided predicate.
Link copied to clipboard
Mark Messages read in bulk.
Link copied to clipboard
Mark Messages unread in bulk.
Link copied to clipboard
Unsubscribe a listener for inbox update event callbacks.