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

STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")
The style data loaded event is associated with style.
SPRITE
Link copied to clipboard
@SerializedName(value = "sprite")
SPRITE("sprite")
The style data loaded event is associated with sprite.
SOURCES
Link copied to clipboard
@SerializedName(value = "sources")
SOURCES("sources")
The style data loaded event is associated with sources.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: StyleDataType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<StyleDataType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

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
String value of this enum