NavigateNormally

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

Requests navigation to the second view by passing the image model directly via android.content.Intent, demonstrating the crash scenario.

Constructors

Link copied to clipboard
constructor(imageModel: ImageModel?)

Properties

Link copied to clipboard
val imageModel: ImageModel?

the image model to pass directly in the intent.