showMessageCenter

Called to show the message center. See showMessageCenter for more details.


open fun showMessageCenter(messageId: String)

Called to show the message center for a specific message. To show the message center, the SDK will try the following:

- The optional OnShowMessageCenterListener.
- An implicit intent with 
com.urbanairship.VIEW_RICH_PUSH_INBOX
. - If the message ID is provided, an implicit intent with
com.urbanairship.VIEW_MESSAGE_INTENT_ACTION
. - Finally it will fallback to the provided MessageCenterActivity.
Implicit intents will have the message ID encoded as the intent's data with the format @{code message:}.

Parameters

messageId

The message ID.