CreateWalletObjectsRequest.CreateMode
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`CreateWalletObjectsRequest.CreateMode` is an annotation that defines how new wallet objects are created."],["Two creation modes are available: `SHOW_SAVE_PROMPT`, which displays a save prompt requiring user confirmation, and `REQUEST_IMMEDIATE_SAVE`, which saves the object immediately followed by a confirmation dialog."],["The annotation inherits methods from `java.lang.annotation.Annotation`, such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`."]]],["The `CreateWalletObjectsRequest.CreateMode` interface defines the method for saving wallet objects. It offers two modes: `SHOW_SAVE_PROMPT`, which displays a dialog requiring user confirmation before saving, and `REQUEST_IMMEDIATE_SAVE`, which saves immediately and then shows a confirmation dialog. Inherited methods from the `Annotation` interface include `annotationType()`, `equals()`, `hashCode()`, and `toString()`. These allow operations related to type checking and object comparison.\n"]]