Normally

data class Normally(val cargo: NavigationCargo) : NavigationEvent

Signals that the view should navigate by passing the image model directly in an android.content.Intent, demonstrating the crash scenario.

Constructors

Link copied to clipboard
constructor(cargo: NavigationCargo)

Properties

Link copied to clipboard

the image model and cargo ID to pass directly.