SourceDataType

enum SourceDataType : Enum<SourceDataType>

Defines what kind of source data has been loaded in a source-data-loaded event.

Entries

TILE
Link copied to clipboard
@SerializedName(value = tile)
TILE()
The source data loaded event is associated with source tile.
METADATA
Link copied to clipboard
@SerializedName(value = metadata)
METADATA()
The source data loaded event is associated with source metadata.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int