ResponseSourceType

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

enum ResponseSourceType : Enum<ResponseSourceType>

Entries

NETWORK
Link copied to clipboard

source type as network.

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

source type as cache.

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

source type as tile-store.

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

source type as local-file.

@SerializedName(value = "local-file")
LOCAL_FILE()

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ResponseSourceType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<ResponseSourceType>
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
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int