EmoneyReadinessStatus
Stay organized with collections
Save and categorize content based on your preferences.
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
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`EmoneyReadinessStatus` is an annotation that indicates the readiness of an e-money feature based on service provider and account."],["It provides various constants like `READY`, `ACCOUNT_MISMATCH`, `APP_NOT_INSTALLED`, `APP_UPGRADE_NEEDED`, `FEATURE_NOT_SUPPORTED`, and `NO_ACTIVE_ACCOUNT` to represent different readiness states."],["These constants inform developers about the current status of Google Wallet or the e-money feature, enabling them to handle scenarios like app upgrades or account mismatches."],["By using this annotation, developers can ensure a smooth and user-friendly experience when implementing e-money features in their applications."]]],[]]