PandoroScreen

abstract class PandoroScreen<V : EquinoxViewModel>(onNavBack: () -> Unit? = null, viewModel: V) : EquinoxScreen<V>

The PandoroScreen class is useful to provides the basic behavior of a Pandoro's UI screen

Author

N7ghtm4r3 - Tecknobit

Parameters

onNavBack

The callback to invoke when the user request to navigate back

viewModel

The support viewmodel for the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(onNavBack: () -> Unit? = null, viewModel: V)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard