IAcknowledgeResponseListener
A callback interface that serves as a listener for monitoring the acknowledgement operation of purchases.
Public Methods
OnAcknowledgeResponse
void OnAcknowledgeResponse(BillingResult billingResult, string purchaseToken)
Invoked to notify that the acknowledgement operation has been completed.
Parameters
| Name | Type | Description |
|---|---|---|
| billingResult | BillingResult | Billing result of type BillingResult of the response received. |
| purchaseToken | String | The unique identifier (UID) of the purchase involved in the acknowledgement operation. |