-
- All Implemented Interfaces:
-
android.view.GestureDetector.OnGestureListener
@ApiStatus.Internal() public final class SentryGestureListener implements GestureDetector.OnGestureListener
-
-
Constructor Summary
Constructors Constructor Description SentryGestureListener(Activity currentActivity, IScopes scopes, SentryAndroidOptions options)
-
Method Summary
Modifier and Type Method Description voidonUp(@NotNull() MotionEvent motionEvent)booleanonDown(@Nullable() MotionEvent motionEvent)booleanonSingleTapUp(@Nullable() MotionEvent motionEvent)booleanonScroll(@Nullable() MotionEvent firstEvent, @Nullable() MotionEvent currentEvent, float distX, float distY)booleanonFling(@Nullable() MotionEvent motionEvent, @Nullable() MotionEvent motionEvent1, float v, float v1)voidonShowPress(MotionEvent motionEvent)voidonLongPress(MotionEvent motionEvent)-
-
Constructor Detail
-
SentryGestureListener
SentryGestureListener(Activity currentActivity, IScopes scopes, SentryAndroidOptions options)
-
-
Method Detail
-
onUp
void onUp(@NotNull() MotionEvent motionEvent)
-
onDown
boolean onDown(@Nullable() MotionEvent motionEvent)
-
onSingleTapUp
boolean onSingleTapUp(@Nullable() MotionEvent motionEvent)
-
onScroll
boolean onScroll(@Nullable() MotionEvent firstEvent, @Nullable() MotionEvent currentEvent, float distX, float distY)
-
onFling
boolean onFling(@Nullable() MotionEvent motionEvent, @Nullable() MotionEvent motionEvent1, float v, float v1)
-
onShowPress
void onShowPress(MotionEvent motionEvent)
-
onLongPress
void onLongPress(MotionEvent motionEvent)
-
-
-
-