public static final class SaveUserDataProfileCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.SaveUserDataProfile.Response>
SaveUserDataProfileCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.user.internal.rpc.SaveUserDataProfile.Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
decline()
Tells the browser to decline to save the user data profile.
|
void |
save()
Tells the browser to save the user data profile to the user data store.
|
isClosedpublic Action(java.util.function.Consumer<com.teamdev.jxbrowser.user.internal.rpc.SaveUserDataProfile.Response> consumer)
public void save()
public void decline()