MVIFirstView

constructor(context: Context, viewModel: FirstViewModel, shuttle: Shuttle)

Parameters

context

the context used to access resources and start activities.

viewModel

the MVI view model that processes intents and exposes UI state.

shuttle

the Shuttle instance used for safe cargo transport.