passwordVisibilityToggleRequested

open fun passwordVisibilityToggleRequested(shouldSkipAnimations: Boolean)

Deprecated

The password toggle will show as checked or unchecked depending on whether the EditText's android.text.method.TransformationMethod is of type

Handles visibility for a password toggle icon when changing obfuscation in a password edit text. Public so that clients can override this method for custom UI changes when toggling the display of password text

Parameters

shouldSkipAnimations

true if the password toggle indicator icon should not animate changes