SinglePromptModel
A model for an individual prompt dialog.
Types
Link copied to clipboard
class DialogShownState<ParametersT, ResultT>(val parameters: ParametersT, val resultChannel: SendChannel<ResultT>) : SinglePromptModel.DialogState<ParametersT, ResultT>
Prompt dialog should be displayed.
Link copied to clipboard
A class that describes the state of the dialog.
Link copied to clipboard
class NoDialogState<ParametersT, ResultT>(val initial: Boolean = true) : SinglePromptModel.DialogState<ParametersT, ResultT>
Prompt dialog should not be shown.