CreateWalletObjectsRequest.CreateMode | Doclava
public static abstract @interface

CreateWalletObjectsRequest.CreateMode

implements Annotation
com.google.android.gms.wallet.CreateWalletObjectsRequest.CreateMode

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation