-
- All Implemented Interfaces:
-
android.view.View.OnTouchListener
public 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 booleangetSupportCodelessLogging()booleanonTouch(View view, MotionEvent motionEvent)-
-
Constructor Detail
-
RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener
RCTCodelessLoggingEventListener.AutoLoggingOnTouchListener(EventBinding mapping, View rootView, View hostView)
-
-
Method Detail
-
getSupportCodelessLogging
boolean getSupportCodelessLogging()
-
onTouch
boolean onTouch(View view, MotionEvent motionEvent)
-
-
-
-