Neutron Screen

abstract class NeutronScreen<V : EquinoxViewModel>(viewModel: V, title: StringResource) : EquinoxScreen<V>

The NeutronScreen class is useful to provides the basic behavior of a NeutronScreen's UI screen

Author

N7ghtm4r3 - Tecknobit

Parameters

viewModel

The support viewmodel for the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(viewModel: V, title: StringResource)

Functions

Link copied to clipboard
abstract fun ScreenContent()

Method to display the custom content of the screen

Link copied to clipboard