com.urbanairship.messagecenter.MessageCenter.OnShowMessageCenterListener |
Listener for showing the message center. If set, the listener
will be called to show the message center instead of the default behavior. For more
info see showMessageCenter()
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
onShowMessageCenter(String messageId)
Called when the message center needs to be displayed.
|
Called when the message center needs to be displayed.
messageId | The optional message Id. |
---|
true
if the inbox was shown, otherwise false
to trigger the default behavior.