Success

data class Success(val position: LoadState.Position = Position.UNDEFINED) : LoadState

Load state is successful

Constructors

Link copied to clipboard
constructor(position: LoadState.Position = Position.UNDEFINED)

Properties

Link copied to clipboard
open override val position: LoadState.Position

Where the loader should be placed