launchUi

open suspend fun launchUi(dialogModel: PromptDialogModel<*, *>)

This method is called when there is no UI that is bound to a particular PromptDialogModel.

This method can attempt to launch UI, e.g. start an Activity on Android.