Package-level declarations

Types

Link copied to clipboard

The EditPasswordFormScreen class is useful to display the forms allowing the user to insert the new password data to edit a password

Link copied to clipboard
abstract class GliderScreenTab<V : EquinoxViewModel>(viewModel: V, title: StringResource) : EquinoxScreen<V>

The GliderScreenTab class is useful to create and handle a tab with the Glider's structure

Link copied to clipboard
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