Upsert Screen

abstract class UpsertScreen<T, V : UpsertScreenViewModel<T>>(itemId: String?, viewModel: V) : EquinoxScreen<V>

The UpsertScreen class is useful to handle the insertion or editing of an item

Author

N7ghtm4r3 - Tecknobit

Parameters

itemId

The identifier of the item to update

viewModel

The support viewmodel for the screen

T

The type of the item displayed

V

The type of the viewmodel of the screen

See also

EquinoxScreen

Inheritors

Constructors

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

Functions

Link copied to clipboard