showMessageCenter
Called to show the message center. See showMessageCenter for more details.
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
Content copied to clipboard.
- If the message ID is provided, an implicit intent with com.urbanairship.VIEW_MESSAGE_INTENT_ACTION
Content copied to clipboard.
- Finally it will fallback to the provided MessageCenterActivity.
Content copied to clipboard
Parameters
messageId
The message ID.