Builder

class Builder(val uiLauncher: suspend (PromptDialogModel<*, *>) -> Unit = {}, val toHumanReadable: ConvertToHumanReadableFn = ::defaultConvertToHumanReadable) : PromptModel.Builder

Constructors

Link copied to clipboard
constructor(uiLauncher: suspend (PromptDialogModel<*, *>) -> Unit = {}, toHumanReadable: ConvertToHumanReadableFn = ::defaultConvertToHumanReadable)

Properties

Link copied to clipboard
Link copied to clipboard
val uiLauncher: suspend (PromptDialogModel<*, *>) -> Unit

Functions

Link copied to clipboard
open override fun addCommonDialogs()
Link copied to clipboard
Link copied to clipboard
open override fun build(): AndroidPromptModel