StyleDataType

enum StyleDataType : Enum<StyleDataType>

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

Parameters

value

String value of this enum

Entries

SOURCES
Link copied to clipboard
@SerializedName(value = "sources")
SOURCES("sources")

The style data loaded event is associated with sources.

SPRITE
Link copied to clipboard
@SerializedName(value = "sprite")
SPRITE("sprite")

The style data loaded event is associated with sprite.

STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")

The style data loaded event is associated with style.

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