Insert Screen

abstract class InsertScreen<V : InsertScreenViewModel>(revenueId: String?, addingTitle: StringResource, editingTitle: StringResource, viewModel: V) : NeutronScreen<V>

The InsertScreen is used to allow the user to add or to edit a revenue

Author

N7ghtm4r3 - Tecknobit

Parameters

revenueId

The identifier of the revenue to edit

addingTitle

The title to use when the insert operation is an adding

editingTitle

The title to use when the insert operation is an editing

viewModel

The support viewmodel for the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(revenueId: String?, addingTitle: StringResource, editingTitle: StringResource, viewModel: V)

Functions

Link copied to clipboard
open override fun ScreenContent()

Method to display the custom content of the screen

Link copied to clipboard