ResponseSourceType

enum ResponseSourceType : Enum<ResponseSourceType>

Describes source data type for response in resource-request event.

Parameters

value

String value of this enum

Entries

LOCAL_FILE
Link copied to clipboard
@SerializedName(value = "local-file")
LOCAL_FILE("local-file")

source type as local-file.

TILE_STORE
Link copied to clipboard
@SerializedName(value = "tile-store")
TILE_STORE("tile-store")

source type as tile-store.

CACHE
Link copied to clipboard
@SerializedName(value = "cache")
CACHE("cache")

source type as cache.

NETWORK
Link copied to clipboard
@SerializedName(value = "network")
NETWORK("network")

source type as network.

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