AI-generated Key Takeaways
-
EmoneyReadinessStatus is an annotation that indicates the e-money readiness status based on service provider and account.
-
It defines several integer constants representing different statuses, such as READY, APP_NOT_INSTALLED, and ACCOUNT_MISMATCH.
-
These constants provide specific reasons for the e-money feature's readiness or lack thereof.
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.
public static final int APP_NOT_INSTALLED
Indicates that the Google Wallet app is not installed.
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.
public static final int FEATURE_NOT_SUPPORTED
Indicates that the e-money feature is not supported yet or still waiting for launch.
public static final int NO_ACTIVE_ACCOUNT
Indicates that there is no active account currently in Google Wallet.
public static final int READY
Indicates that the e-money feature is available and ready to be used.