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
item Id
The identifier of the item to update
view Model
The support viewmodel for the screen
T
The type of the item displayed
V
The type of the viewmodel of the screen
See also
Equinox Screen