open

abstract fun open(activity: Activity)

Opens an IInAppMessage on the Activity. As a result of this call, it is expected that an IInAppMessage is visible and interactable by the user.

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