CredentialAutofillDialogFactory
interface CredentialAutofillDialogFactory
Factory used to get instances of the various autofill dialogs
Functions
Link copied to clipboard
abstract fun autofillEmailProtectionEmailChooserDialog(url: String, personalDuckAddress: String, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose whether to use their personal duck address or a private alias address
Link copied to clipboard
abstract fun autofillGeneratePasswordDialog(url: String, username: String?, generatedPassword: String, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose whether to use generated password or not
Link copied to clipboard
abstract fun autofillSavingCredentialsDialog(url: String, credentials: LoginCredentials, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose whether to save credentials or not
Link copied to clipboard
abstract fun autofillSavingUpdatePasswordDialog(url: String, credentials: LoginCredentials, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose whether to update an existing credential's password
Link copied to clipboard
abstract fun autofillSavingUpdateUsernameDialog(url: String, credentials: LoginCredentials, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose whether to update an existing credential's username
Link copied to clipboard
abstract fun autofillSelectCredentialsDialog(url: String, credentials: List<LoginCredentials>, triggerType: LoginTriggerType, tabId: String): DialogFragment
Creates a dialog which prompts the user to choose which saved credential to autofill
Link copied to clipboard
Creates a dialog which prompts the user to sign up for Email Protection