DataSource

enum DataSource

Indicates the origin of some retrieved data.

Entries

Link copied to clipboard

Indicates data was probably retrieved locally from the device, although it may have been obtained through a content provider that may have obtained the data from a remote source.

Link copied to clipboard

Indicates data was retrieved from a remote source other than the device.

Link copied to clipboard

Indicates data was retrieved unmodified from the on device cache.

Link copied to clipboard

Indicates data was retrieved from modified content in the on device cache.

Link copied to clipboard

Indicates data was retrieved from the in memory cache.

Functions

Link copied to clipboard
open fun valueOf(name: String): DataSource
Link copied to clipboard
open fun values(): Array<DataSource>