EmbeddableImage

data class EmbeddableImage(@DrawableRes val id: Int, @StringRes val contentDescription: Int)

Constructors

Link copied to clipboard
fun EmbeddableImage(@DrawableRes id: Int, @StringRes contentDescription: Int)

Properties

Link copied to clipboard
val contentDescription: Int
Link copied to clipboard
val id: Int