ResponseSourceType

The enumeration defines the source type that provides the requested resource.

Entries

Link copied to clipboard

The source of the response is a network.

Link copied to clipboard

The source of the response is a cache (database, in-memory caches).

Link copied to clipboard

The source of the response is the TileStore.

Link copied to clipboard

The source of the response is the local filesystem. This type is used for responses from the `Asset` and `FileSystem` data source types.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.