ResponseSourceType

enum ResponseSourceType : Enum<ResponseSourceType>

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

Parameters

value

String value of this enum

Entries

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