EmoneyReadinessStatus

public abstract @interface EmoneyReadinessStatus implements Annotation

E-money readiness status based on service provider and account.

Constant Summary

int ACCOUNT_MISMATCH Indicates that the provided account does not match the active account currently in Google Wallet.
int APP_NOT_INSTALLED Indicates that the Google Wallet app is not installed.
int APP_UPGRADE_NEEDED Indicates that the current Google Wallet app version or the Google Play services version needs to be upgraded.
int FEATURE_NOT_SUPPORTED Indicates that the e-money feature is not supported yet or still waiting for launch.
int NO_ACTIVE_ACCOUNT Indicates that there is no active account currently in Google Wallet.
int READY Indicates that the e-money feature is available and ready to be used.

Inherited Method Summary

Constants

public static final int ACCOUNT_MISMATCH

Indicates that the provided account does not match the active account currently in Google Wallet.

Constant Value: 5

public static final int APP_NOT_INSTALLED

Indicates that the Google Wallet app is not installed.

Constant Value: 2

public static final int APP_UPGRADE_NEEDED

Indicates that the current Google Wallet app version or the Google Play services version needs to be upgraded.

Constant Value: 3

public static final int FEATURE_NOT_SUPPORTED

Indicates that the e-money feature is not supported yet or still waiting for launch.

Constant Value: 0

public static final int NO_ACTIVE_ACCOUNT

Indicates that there is no active account currently in Google Wallet.

Constant Value: 4

public static final int READY

Indicates that the e-money feature is available and ready to be used.

Constant Value: 1