Glider Screen Tab

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

The GliderScreenTab class is useful to create and handle a tab with the Glider's structure

Author

N7ghtm4r3 - Tecknobit

Parameters

V

generic type used to allow the use of own viewmodel in custom screens

See also

EquinoxNoModelScreen
EquinoxScreen

Inheritors

Constructors

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

Functions

Link copied to clipboard