Edit
Password
Form
Screen
abstract class EditPasswordFormScreen<V : EditPasswordFormViewModel>(viewModel: V) : PasswordFormScreen<V>
The EditPasswordFormScreen
class is useful to display the forms allowing the user to insert the
new password data to edit a password
Author
N7ghtm4r3 - Tecknobit
Parameters
V
generic type used to allow the use of own viewmodel in custom screens