toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
Touchable
Touchable
interface
Touchable
Any interface for mounted items that need to capture motion events from its
ComponentHost
.
Inheritors
MatrixDrawable
Members
Functions
on
Touch
Event
Link copied to clipboard
abstract
fun
onTouchEvent
(
event
:
MotionEvent
,
host
:
View
)
:
Boolean
should
Handle
Touch
Event
Link copied to clipboard
abstract
fun
shouldHandleTouchEvent
(
event
:
MotionEvent
)
:
Boolean