Developer Resources
Annotations used in the Android Billing SDK
| Name | Description |
|---|---|
| ResponseCode | Enum class that represents the possible values in a general response of the Android Billing SDK. |
| SkuType | Enum class that represents the supported SKU types. |
Classes used in the Android Billing SDK
| Name | Description |
|---|---|
| AppcoinsBillingClient | Main interface for handling in-app billing in your application. |
| BillingFlowParams | Class with the parameters necessary to initiate a purchase flow. |
| Purchase | Class that represents a Purchase. |
| PurchasesResult | Class representing the result retrieved when querying for Purchases |
| ReferralDeeplink | Represents a response for a Deeplink Referral request. |
| SkuDetails | Class that represents the details of a Product. |
| SkuDetailsParams | Class with the parameters query for Sku Details. |
Interfaces used in the Android Billing SDK
| Name | Description |
|---|---|
| AppCoinsBillingStateListener | A callback class that serves as a listener for monitoring the SDK setup process and the connection status with the Billing Service. |
| ConsumeResponseListener | A callback class that serves as a listener for monitoring the consumption operation of a Purchases. |
| PurchasesUpdatedListener | A callback class that serves as a listener for the Purchases made with the AppcoinsBillingClient. |
| SkuDetailsResponseListener | A callback class that serves as a listener for the querying of Sku's. |
Updated 4 months ago
