ComposeViewModel
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun showDialogDate(positiveText: String, negativeText: String?, yearsRange: IntRange?, initialDate: LocalDate?, initialDisplayMode: InitialDisplayMode, negativeListener: () -> Unit, onDismiss: () -> Unit?, positiveListener: (date: LocalDate) -> Unit)
Link copied to clipboard
open override fun showDialogList(title: String, items: List<ComposableListable>, positiveText: String, negativeText: String?, multiple: Boolean, selected: List<ComposableListable>, positiveListener: (items: List<ComposableListable>) -> Unit, onCheckedChange: (checked: Boolean, item: ComposableListable) -> Unit, cancelable: Boolean, onDismiss: () -> Unit?)
Link copied to clipboard
Link copied to clipboard
open override fun <T> toResultCoroutine(coroutineContext: CoroutineContext, activateLoading: Boolean, actionOk: suspend (item: T) -> Unit?, actionKo: suspend (throwable: Throwable) -> Unit?, action: suspend () -> T): Job