showMessageCenter

fun showMessageCenter(messageId: String? = null)

Called to show the message center for a specific message.

To show the message center, the SDK will try the following:

Implicit intents will have the message ID encoded as the intent's data with the format message:<MESSAGE_ID>.

Parameters

messageId

An optional message ID to display. If null, the inbox will be displayed.