OnChildScrollUpCallback

Classes that wish to override canChildScrollUp method behavior should implement this interface.

Functions

Link copied to clipboard
abstract fun canChildScrollUp(@NonNull parent: SwipeRefreshLayout, @Nullable child: View): Boolean
Callback that will be called when canChildScrollUp method is called to allow the implementer to override its behavior.