PagingViewEvent

sealed class PagingViewEvent

Events going from UI layer to Pager allowing to fetch data

Types

Link copied to clipboard
class ElementRequested(val index: Int) : PagingViewEvent

The element is currently being displayed

Link copied to clipboard
object Idle : PagingViewEvent

Neutral event

Link copied to clipboard
object Retry : PagingViewEvent

Retry last operation

Link copied to clipboard
object Terminate : PagingViewEvent

Stop reacting to events and unsubscribe from source

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard