Systema On Parent Scroll Change Listener
class SystemaOnParentScrollChangeListener(systema: SystemaAI, tagMapping: Map<String, Int>, dispatcher: CoroutineDispatcher, callback: (Result<HttpResponse>) -> Unit) : SystemaCompositeListener<View.OnScrollChangeListener> , View.OnScrollChangeListener
Content copied to clipboard
This listener monitors parent's scroll change events and invoke container shown on the child container if appropriate
This is because in order to catch container shown event of the child, we actually need to monitor scroll change of the parent view.
Constructors
SystemaOnParentScrollChangeListener
Link copied to clipboard
Functions
add Child Container
Link copied to clipboard
add Listener
Link copied to clipboard
fun addListener(listener: View.OnScrollChangeListener?): SystemaCompositeListener<View.OnScrollChangeListener>
Content copied to clipboard
add Listeners
Link copied to clipboard
fun addListeners(listeners: Array<View.OnScrollChangeListener>): SystemaCompositeListener<View.OnScrollChangeListener>
Content copied to clipboard
get Child Containers
Link copied to clipboard
get Listeners
Link copied to clipboard
on Scroll Change
Link copied to clipboard
remove Child Container
Link copied to clipboard
remove Listener
Link copied to clipboard
fun removeListener(listener: View.OnScrollChangeListener): View.OnScrollChangeListener?
Content copied to clipboard