Inbox Message Manager
interface InboxMessageManager
Types
Link copied to clipboard
interface InboxRefreshListener
Link copied to clipboard
interface InboxResponseListener
Functions
Link copied to clipboard
Marks a InboxMessage as deleted in local storage.
Link copied to clipboard
This method provides the capability to disable the InboxMessage feature on the current device using the SDK.
Link copied to clipboard
This method provides the capability to disable the InboxMessage feature on the current device using the SDK.
Link copied to clipboard
Get the number deleted Inbox Messages regardless of their read status.
Link copied to clipboard
Gets a List of Active, Deleted Inboc Messages for use with your own adapter.
Link copied to clipboard
Link copied to clipboard
Gets a List of Active, Read &Unread, not Deleted Inbox Messages for use with your own adapter.
Link copied to clipboard
Get the number of read, not deleted Inbox Messages
Link copied to clipboard
Gets a List of Active, Read, not Deleted Inbox Messages for use with your own adapter.
Link copied to clipboard
Get the number of unread, not deleted Inbox Messages
Link copied to clipboard
Gets a List of Active, Unread, not Deleted Inbox Messages for use with your own adapter.
Link copied to clipboard
Link copied to clipboard
Marks all active InboxMessages as deleted.
Link copied to clipboard
Marks all active, unread InboxMessages as read.
Link copied to clipboard
Requests an updated list of Inbox Messages from the Marketing Cloud Servers.
Link copied to clipboard
abstract fun registerInboxResponseListener(@NonNull listener: InboxMessageManager.InboxResponseListener)
Call this method to be notified of Inbox events within the Marketing Cloud SDK.
Link copied to clipboard
Marks a InboxMessage as read in local storage.
Link copied to clipboard
abstract fun unregisterInboxResponseListener(@NonNull listener: InboxMessageManager.InboxResponseListener)
Unregister your InboxMessageManager.InboxResponseListener listener.