BillingResult
com.appcoins.sdk.billing.BillingResult
Class that represents the result of a Billing operation.
Public parameters
Name | Type | Description |
---|---|---|
responseCode | Int | Integer value of the BillingResponseCode. |
debugMessage | String? | Debug message returned from the Billing operation. Use this to understand any potential issue with the Billing integration. |
Updated 2 days ago