LoadImage

data class LoadImage(val resources: Resources, @RawRes val imageId: Int) : CargoTransportIntent

Requests that an image be loaded from a raw resource and prepared for transport as cargo to the second view.

Constructors

Link copied to clipboard
constructor(resources: Resources, @RawRes imageId: Int)

Properties

Link copied to clipboard

the raw resource ID of the image to load.

Link copied to clipboard

the app resources used to read the raw image data.