BillingResponseCode

com.appcoins.sdk.billing.CatapultAppcoinsBilling.BillingResponseCode

Annotation class that represents the possible values in a general response of the Android Billing SDK.


Constants

NameValueDescription
FEATURE_NOT_SUPPORTED-2Feature requested is not supported for the current Billing SDK Version, Billing Service or any of the User parameters (eg: device).
OK0Success.
USER_CANCELED1User pressed back or canceled the interaction.
SERVICE_UNAVAILABLE2The network connection is down.
BILLING_UNAVAILABLE3This billing API version is not supported for the type requested.
ITEM_UNAVAILABLE4Requested SKU is not available for purchase.
DEVELOPER_ERROR5Invalid arguments provided to the API or incorrect invocation of the Methods.
ERROR6Fatal error during the API action.
ITEM_ALREADY_OWNED7Failure to purchase since item is already owned.
ITEM_NOT_OWNED8Failure to consume since item is not owned.