-
- All Implemented Interfaces:
-
android.view.Window.Callback
public class WindowContentChangedCallback extends WindowCallbackAdapter
-
-
Constructor Summary
Constructors Constructor Description WindowContentChangedCallback(Window.Callback delegate, Runnable callback)
-
Method Summary
Modifier and Type Method Description voidonContentChanged()-
Methods inherited from class io.sentry.android.core.internal.gestures.WindowCallbackAdapter
dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, onActionModeFinished, onActionModeStarted, onAttachedToWindow, 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
-
WindowContentChangedCallback
WindowContentChangedCallback(Window.Callback delegate, Runnable callback)
-
-
Method Detail
-
onContentChanged
void onContentChanged()
-
-
-
-