public interface UpdateUserDataProfileCallback extends BrowserAsyncCallback<UpdateUserDataProfileCallback.Params,UpdateUserDataProfileCallback.Action>
This callback is equivalent to the "Update Address?" bubble in Chromium.
Use the UpdateUserDataProfileCallback.Action.update() method to update the user data profile in the autofill data store.
Use the UpdateUserDataProfileCallback.Action.decline() method to decline to update the user data profile. If the current user data profile is declined then the callback will be invoked again when submitting the web form with the same user data.
The callback is not invoked if autofill is disabled.
Modifier and Type | Interface and Description |
---|---|
static class |
UpdateUserDataProfileCallback.Action
An action providing a response to the
SaveUserDataProfileCallback . |
static interface |
UpdateUserDataProfileCallback.Params
The parameters of the
UpdateUserDataProfileCallback . |
on