ResponseSourceType

enum ResponseSourceType : Enum<ResponseSourceType>

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

Entries

LOCAL_FILE
Link copied to clipboard
@SerializedName(value = local-file)
LOCAL_FILE()
source type as local-file.
TILE_STORE
Link copied to clipboard
@SerializedName(value = tile-store)
TILE_STORE()
source type as tile-store.
CACHE
Link copied to clipboard
@SerializedName(value = cache)
CACHE()
source type as cache.
NETWORK
Link copied to clipboard
@SerializedName(value = network)
NETWORK()
source type as network.

Properties

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