Systema On Parent Scroll Change Listener
class SystemaOnParentScrollChangeListener( systema: SystemaAI, tagMapping: Map<String, Int>, dispatcher: CoroutineDispatcher = Dispatchers.IO, 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
Functions
Link copied to clipboard
Link copied to clipboard
fun addListener(listener: View.OnScrollChangeListener?): SystemaCompositeListener<View.OnScrollChangeListener>
Content copied to clipboard
Link copied to clipboard
fun addListeners(listeners: Array<View.OnScrollChangeListener>): SystemaCompositeListener<View.OnScrollChangeListener>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeListener(listener: View.OnScrollChangeListener): View.OnScrollChangeListener?
Content copied to clipboard