| Package | com.myflashlab.air.extensions.billing |
| Class | public class BillingResponse |
| Inheritance | BillingResponse Object |
See also
| Constant | Defined By | ||
|---|---|---|---|
| BILLING_UNAVAILABLE : int = 3 [static] Billing API version is not supported for the type requested | BillingResponse | ||
| DEVELOPER_ERROR : int = 5 [static]
Invalid arguments provided to the API. | BillingResponse | ||
| ERROR : int = 6 [static] Fatal error during the API action | BillingResponse | ||
| FEATURE_NOT_SUPPORTED : int = -2 [static] Requested feature is not supported by Play Store on the current device. | BillingResponse | ||
| ITEM_ALREADY_OWNED : int = 7 [static] Failure to purchase since item is already owned | BillingResponse | ||
| ITEM_NOT_OWNED : int = 8 [static] Failure to consume since item is not owned | BillingResponse | ||
| ITEM_UNAVAILABLE : int = 4 [static] Requested product is not available for purchase | BillingResponse | ||
| OK : int = 0 [static] Success | BillingResponse | ||
| SERVICE_DISCONNECTED : int = -1 [static] Play Store service is not connected now - potentially transient state. | BillingResponse | ||
| SERVICE_TIMEOUT : int = -3 [static] The request has reached the maximum timeout before Google Play responds. | BillingResponse | ||
| SERVICE_UNAVAILABLE : int = 2 [static] Network connection is down | BillingResponse | ||
| USER_CANCELED : int = 1 [static] User pressed back or canceled a dialog | BillingResponse | ||
| BILLING_UNAVAILABLE | Constant |
public static const BILLING_UNAVAILABLE:int = 3Billing API version is not supported for the type requested
| DEVELOPER_ERROR | Constant |
public static const DEVELOPER_ERROR:int = 5Invalid arguments provided to the API. This error can also indicate that the application was not correctly signed or properly set up for In-app Billing in Google Play, or does not have the necessary permissions in its manifest
| ERROR | Constant |
public static const ERROR:int = 6Fatal error during the API action
| FEATURE_NOT_SUPPORTED | Constant |
public static const FEATURE_NOT_SUPPORTED:int = -2Requested feature is not supported by Play Store on the current device.
| ITEM_ALREADY_OWNED | Constant |
public static const ITEM_ALREADY_OWNED:int = 7Failure to purchase since item is already owned
| ITEM_NOT_OWNED | Constant |
public static const ITEM_NOT_OWNED:int = 8Failure to consume since item is not owned
| ITEM_UNAVAILABLE | Constant |
public static const ITEM_UNAVAILABLE:int = 4Requested product is not available for purchase
| OK | Constant |
public static const OK:int = 0Success
| SERVICE_DISCONNECTED | Constant |
public static const SERVICE_DISCONNECTED:int = -1Play Store service is not connected now - potentially transient state.
| SERVICE_TIMEOUT | Constant |
public static const SERVICE_TIMEOUT:int = -3The request has reached the maximum timeout before Google Play responds.
| SERVICE_UNAVAILABLE | Constant |
public static const SERVICE_UNAVAILABLE:int = 2Network connection is down
| USER_CANCELED | Constant |
public static const USER_CANCELED:int = 1User pressed back or canceled a dialog