setOnChildScrollUpCallback
open fun setOnChildScrollUpCallback(@Nullable callback: SwipeRefreshLayout.OnChildScrollUpCallback)(source)
Set a callback to override canChildScrollUp method. Non-null callback will return the value provided by the callback and ignore all internal logic.
Parameters
callback
Callback that should be called when canChildScrollUp() is called.