Page Summary
-
CreateWalletObjectsRequest.CreateMode is an annotation defining the creation mode for wallet objects.
-
SHOW_SAVE_PROMPT mode displays a save prompt dialog requiring user interaction.
-
REQUEST_IMMEDIATE_SAVE mode saves immediately and shows a confirmation dialog.
-
CreateWalletObjectsRequest.CreateMode inherits methods from the
java.lang.annotation.Annotationinterface.
The creation mode to use. If the value is
CreateWalletObjectsRequest.SHOW_SAVE_PROMPT, a save prompt dialog appears, with a
save button that the user must click before the save occurs. If the value is
CreateWalletObjectsRequest.REQUEST_IMMEDIATE_SAVE, the save happens immediately,
followed by a confirmation dialog to show the save is successful.