close

abstract fun close()

Closes an IInAppMessage. As a result of this call, it is expected that an IInAppMessage is no longer visible and not interactable by the user.

Note that this method is expected to be called on the main UI thread and should run synchronously.