//Granify Android SDK/com.granifyinc.granifysdk.models/ScrollableView/ScrollViewWrapper

ScrollViewWrapper

class ScrollViewWrapper(scrollView: ScrollView) : ScrollableView

Wrapper for a ScrollView.

Parameters

androidJvm

   
scrollView The main ScrollView object of the current page (if the page is scrollable).

Constructors

   
ScrollViewWrapper [androidJvm]
constructor(scrollView: ScrollView)
Creates a ScrollViewWrapper instance.

Properties

Name Summary
scrollDepth [androidJvm]
open override val scrollDepth: Double
The percentage representing the bottom of the scrollable view relative to the bottom of the scrollable view container.
scrollTop [androidJvm]
open override val scrollTop: Int
The current position (in pixels) of the top of the scrollable view relative to the top of its container.