-
- All Implemented Interfaces:
-
android.view.Window.Callback
@ApiStatus.Internal() public final class SentryWindowCallback extends WindowCallbackAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private final Window.Callbackdelegate
-
Constructor Summary
Constructors Constructor Description SentryWindowCallback(Window.Callback delegate, Context context, SentryGestureListener gestureListener, SentryOptions options)
-
Method Summary
Modifier and Type Method Description Window.CallbackgetDelegate()booleandispatchTouchEvent(@Nullable() MotionEvent motionEvent)voidstopTracking()-
Methods inherited from class io.sentry.android.core.internal.gestures.WindowCallbackAdapter
dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onContentChanged, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onMenuItemSelected, onMenuOpened, onPanelClosed, onPreparePanel, onSearchRequested, onSearchRequested, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode -
Methods inherited from class android.view.Window.Callback
dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onContentChanged, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onMenuItemSelected, onMenuOpened, onPanelClosed, onPointerCaptureChanged, onPreparePanel, onProvideKeyboardShortcuts, onSearchRequested, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SentryWindowCallback
SentryWindowCallback(Window.Callback delegate, Context context, SentryGestureListener gestureListener, SentryOptions options)
-
-
Method Detail
-
getDelegate
@NotNull() Window.Callback getDelegate()
-
dispatchTouchEvent
boolean dispatchTouchEvent(@Nullable() MotionEvent motionEvent)
-
stopTracking
void stopTracking()
-
-
-
-