Item Screen

abstract class ItemScreen<I : RefyItem, V : ItemScreenViewModel<I>>(viewModel: V, name: String) : RefyScreen<V>

The ItemScreen class is useful to display the information of a RefyItem

Author

N7ghtm4r3 - Tecknobit

Parameters

viewModel

The support viewmodel for the screen

name

The name of the item

I

The type of the item displayed

V

The type of the viewmodel of the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(viewModel: V, name: String)

Functions

Link copied to clipboard