RemoteImageSource

data class RemoteImageSource(val remoteImage: RemoteImage) : ImageSource

Represents an image from a remote source, such as an URI.

Constructors

Link copied to clipboard
constructor(uri: Uri)

A convenience constructor to create the class with the given uri.

constructor(remoteImage: RemoteImage)

Properties

Link copied to clipboard

An image instance needs be downloaded.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)