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