abstract fun showMessage(@NonNull messageId: String): Unit
Will display the InAppMessage
with the matching id
as long as:
start date
is in the past.end date
is in the future.
messageId
- String: The id
of a previously blocked in app message display attempt.