Items Screen

abstract class ItemsScreen<V : RefyScreenViewModel>(title: StringResource, viewModel: V) : RefyScreen<V>

The ItemsScreen class is useful to display the list of the items retrieved from the backend

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, viewModel: V)

Functions

Link copied to clipboard