Refy Screen

abstract class RefyScreen<V : RefyScreenViewModel>(title: StringResource? = null, viewModel: V) : EquinoxScreen<V>

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

Author

N7ghtm4r3 - Tecknobit

Parameters

title

The title of the screen

viewModel

The support viewmodel for the screen

V

The type of the viewmodel of the screen

See also

EquinoxScreen

Inheritors

Constructors

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

Functions

Link copied to clipboard