interceptMotionEvent

abstract fun interceptMotionEvent(event: MotionEvent): Boolean

Method to call after the parent component receives a touch event.

Return

Returns true when the event has been handled, false otherwise.

Parameters

event

Related MotionEvent.