//Granify Android SDK/com.granifyinc.granifysdk.models/ScrollableView
ScrollableView
sealed class ScrollableView : Scrollable
A view that is scrollable.
At present this is only compatible with a ScrollView.
Inheritors
ScrollViewWrapper |
Types
Name | Summary |
---|---|
ScrollViewWrapper | [androidJvm] class ScrollViewWrapper(scrollView: ScrollView) : ScrollableView Wrapper for a ScrollView. |
Properties
Name | Summary |
---|---|
scrollDepth | [androidJvm] abstract val scrollDepth: Double |
scrollTop | [androidJvm] abstract val scrollTop: Int |