ResponseSourceType

enum ResponseSourceType : Enum<ResponseSourceType>

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

Entries

NETWORK
Link copied to clipboard
@SerializedName(value = "network")
NETWORK()
source type as network.
CACHE
Link copied to clipboard
@SerializedName(value = "cache")
CACHE()
source type as cache.
TILE_STORE
Link copied to clipboard
@SerializedName(value = "tile-store")
TILE_STORE()
source type as tile-store.
LOCAL_FILE
Link copied to clipboard
@SerializedName(value = "local-file")
LOCAL_FILE()
source type as 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
fun finalize()
getDeclaringClass
Link copied to clipboard
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
val name: String
ordinal
Link copied to clipboard
val ordinal: Int