public static interface GeckoSession.ScrollDelegate
Modifier and Type | Method and Description |
---|---|
default void |
onScrollChanged(GeckoSession session,
int scrollX,
int scrollY)
The scroll position of the content has changed.
|
@UiThread default void onScrollChanged(@NonNull GeckoSession session, int scrollX, int scrollY)
session
- GeckoSession that initiated the callback.scrollX
- The new horizontal scroll position in pixels.scrollY
- The new vertical scroll position in pixels.