StyleDataLoadedEventData

data class StyleDataLoadedEventData(begin: Long, end: Long?, type: StyleDataType)

The data class for style-data-loaded event data in Observer

Constructors

StyleDataLoadedEventData
Link copied to clipboard
fun StyleDataLoadedEventData(begin: Long, end: Long?, type: StyleDataType)

Properties

begin
Link copied to clipboard
@SerializedName(value = "begin")
val begin: Long

Representing timestamp taken at the time of an event creation, in microseconds, since the epoch.

end
Link copied to clipboard
@SerializedName(value = "end")
val end: Long?

For an interval events, an optional end property will be present that represents timestamp taken at the time of an event completion.

type
Link copied to clipboard
@SerializedName(value = "type")
val type: StyleDataType

The 'type' property defines what kind of style data has been loaded.