RemoteImage
data class RemoteImage(val uri: Uri, val placeholder: DrawableResolver? = null, val fallback: DrawableResolver? = null) : Parcelable
A data class that represents a remote image. The source uri, a placeholder to display before the download successfully completes and an fallback to display if the download fails.