AutofillScreens
interface AutofillScreens
Types
Link copied to clipboard
data class AutofillPasswordsManagementScreen(val source: AutofillScreenLaunchSource) : GlobalActivityStarter.ActivityParams
Launch the Autofill management activity, which will show the full list of available credentials
Link copied to clipboard
data class AutofillPasswordsManagementScreenWithSuggestions(val currentUrl: String?, val source: AutofillScreenLaunchSource, val privacyProtectionEnabled: Boolean) : GlobalActivityStarter.ActivityParams
Launch the Autofill management activity, which will show suggestions for the current url and the full list of available credentials
Link copied to clipboard
data class AutofillPasswordsManagementViewCredential(val loginCredentials: LoginCredentials, val source: AutofillScreenLaunchSource) : GlobalActivityStarter.ActivityParams
Launch the Autofill management activity, directly showing particular credentials
Link copied to clipboard
data class AutofillSettingsScreen(val source: AutofillScreenLaunchSource) : GlobalActivityStarter.ActivityParams
Launch the Autofill Settings activity, which will show autofill settings and other actions (import passwords, enable autofill, etc)