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)
Functions
Link copied to clipboard
Link copied to clipboard
fun <PromptDialogModelT : PromptDialogModel<*, *>> addPromptDialogModel(dialogModel: PromptDialogModelT)
Link copied to clipboard