AsyncImageResource

@Immutable
sealed interface AsyncImageResource

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Drawable(@DrawableRes val resId: Int, val contentDescription: StringResource) : AsyncImageResource
Link copied to clipboard
data class Remote(val url: String, val contentDescription: StringResource) : AsyncImageResource
Link copied to clipboard
data class Vector(val image: ImageVector, val contentDescription: StringResource) : AsyncImageResource

Properties

Link copied to clipboard
Link copied to clipboard
abstract val identifier: String