showMessage

abstract fun showMessage(@NonNull messageId: String)

Will display the InAppMessage with the matching id as long as:

  • The message's start date is in the past.
  • The message's end date is in the future.
  • The message has not previously been displayed.

Parameters

messageId

The id of a previously blocked in app message display attempt.