SourceDataType

enum SourceDataType : Enum<SourceDataType>

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

Parameters

value

String value of this enum

Entries

TILE
Link copied to clipboard
@SerializedName(value = "tile")
TILE("tile")

The source data loaded event is associated with source tile.

METADATA
Link copied to clipboard
@SerializedName(value = "metadata")
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
value
Link copied to clipboard
val value: String