-
- All Implemented Interfaces:
-
android.view.View.OnTouchListener
public final class RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener implements View.OnTouchListener
-
-
Field Summary
Fields Modifier and Type Field Description private BooleansupportCodelessLogging
-
Constructor Summary
Constructors Constructor Description RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener(EventBinding mapping, View rootView, View hostView)
-
Method Summary
Modifier and Type Method Description final BooleangetSupportCodelessLogging()final UnitsetSupportCodelessLogging(Boolean supportCodelessLogging)BooleanonTouch(View view, MotionEvent motionEvent)-
-
Constructor Detail
-
RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener
RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener(EventBinding mapping, View rootView, View hostView)
-
-
Method Detail
-
getSupportCodelessLogging
final Boolean getSupportCodelessLogging()
-
setSupportCodelessLogging
final Unit setSupportCodelessLogging(Boolean supportCodelessLogging)
-
onTouch
Boolean onTouch(View view, MotionEvent motionEvent)
-
-
-
-