BaseGridView.OnMotionInterceptListener


interface BaseGridView.OnMotionInterceptListener


Listener for intercepting generic motion dispatch events.

Summary

Public functions

Boolean

Returns true if the touch dispatch event should be consumed.

Public functions

onInterceptMotionEvent

Added in 1.0.0
fun onInterceptMotionEvent(event: MotionEvent): Boolean

Returns true if the touch dispatch event should be consumed.