NoDialogState
class NoDialogState<ParametersT, ResultT>(val initial: Boolean = true) : SinglePromptModel.DialogState<ParametersT, ResultT>
Prompt dialog should not be shown.
Parameters
initial
is true when the dialog was not shown yet