RefreshScope

sealed interface RefreshScope(source)

Portion of a view to refresh.

Inheritors

Types

Link copied to clipboard
data object FullView : RefreshScope

Refresh the entire view.

Link copied to clipboard
data class Region(val bounds: Rect) : RefreshScope

Refresh a rectangular portion of the view.