Password Form Screen

abstract class PasswordFormScreen<V : PasswordFormViewModel>(viewModel: V, title: StringResource) : GliderScreenTab<V>

The PasswordFormScreen class is useful to display the forms allowing the user to insert the password data to generate or insert a password

Author

N7ghtm4r3 - Tecknobit

Parameters

V

generic type used to allow the use of own viewmodel in custom screens

See also

EquinoxNoModelScreen
EquinoxScreen

Inheritors

Constructors

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

Functions

Link copied to clipboard