U I Component
Using the UIComponent gives you access to a coroutineScope. All coroutines that you launch inside onAttached will be canceled when the observer is detached. You do not need to implement onDetached for your flowable components.
Constructors
UIComponent
Link copied to clipboard
fun UIComponent()
Content copied to clipboard
Functions
onAttached
Link copied to clipboard
@CallSuper()
Content copied to clipboard
onDetached
Link copied to clipboard
@CallSuper()
Content copied to clipboard
Properties
coroutineScope
Link copied to clipboard