CreateScreen

abstract class CreateScreen<I, V : EquinoxViewModel>(itemId: String?, creationTitle: StringResource, editingTitle: StringResource, viewModel: V) : PandoroScreen<V> , SessionFlowStateScreenConsumer

The CreateScreen serves as a base screen to create a new item or edit an existing one

Author

N7ghtm4r3 - Tecknobit

Parameters

itemId

The identifier of the item to edit

viewModel

The support viewmodel of the screen

See also

Inheritors

Constructors

Link copied to clipboard
constructor(itemId: String?, creationTitle: StringResource, editingTitle: StringResource, viewModel: V)

Functions

Link copied to clipboard
abstract fun sessionFlowState(): SessionFlowState

Method used to retrieve a SessionFlowState instance used by the inheritors screens

Link copied to clipboard