ActionDelegate
Functions
Link copied to clipboard
Link copied to clipboard
Use this method if your delegate needs to use a CoroutineScope.
Link copied to clipboard
abstract fun observe(lifecycleOwner: LifecycleOwner, coroutineScope: CoroutineScope, callback: (ActionComponentEvent) -> Unit)
Link copied to clipboard
Override this method if you need to emit to the exceptionFlow from outside of this class.
Link copied to clipboard