public static abstract @interface CreateWalletObjectsRequest.CreateMode implements
Annotation
The creation mode to use. If the value is
SHOW_SAVE_PROMPT
, it means a save prompt dialog should be shown, with a save
button that the user must click before the save actually happens. If the value is
REQUEST_IMMEDIATE_SAVE
it means that when possible, the save will happen
immediately, followed by a confirmation dialog shown to the user if the save was
successful.