BaseBehaviors

Base behaviors for the use-case views.

Functions

Link copied to clipboard
fun autoFinish(coroutine: CoroutineScope, selection: BaseSelection, condition: Boolean = true, onDisableInput: () -> Unit = {}, onSelection: () -> Unit, onFinished: () -> Unit)

A behavior construct for views to handle the automatic selection process when the button view is disabled.