Load

data class Load(source: Source) : SourceEvent

Emitted when a Source starts loading.

Constructors

Load
Link copied to clipboard
fun Load(source: Source)

Properties

source
Link copied to clipboard
val source: Source
The Source that started loading.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.