NavigateWithShuttle

data class NavigateWithShuttle(val imageModel: ImageModel?) : CargoTransportIntent

Requests navigation to the second view by transporting the image model safely via Shuttle to avoid a android.os.TransactionTooLargeException.

Constructors

Link copied to clipboard
constructor(imageModel: ImageModel?)

Properties

Link copied to clipboard
val imageModel: ImageModel?

the image model to transport as cargo.