Ametista Screen

abstract class AmetistaScreen<V>(viewModel: V? = null)

The AmetistaScreen class is useful to provides the basic behavior of a Ametista'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? = null)

Types

Link copied to clipboard
object Companion