Onyx Android SDK Kotlin API
Toggle table of contents
0.0.2
release
Target filter
release
Switch theme
Search in API
Skip to content
Onyx Android SDK Kotlin API
onyxsdk-ktx
/
com.onyx.android.sdk.ktx.model
/
RefreshScope
Refresh
Scope
sealed
interface
RefreshScope
(
source
)
Portion of a view to refresh.
Inheritors
FullView
Region
Members
Types
Full
View
Link copied to clipboard
data
object
FullView
:
RefreshScope
Refresh the entire view.
Region
Link copied to clipboard
data
class
Region
(
val
bounds
:
Rect
)
:
RefreshScope
Refresh a rectangular portion of the view.