AcknowledgePurchaseResponseListener interface.
public interface AcknowledgePurchaseResponseListener
Summary
| Type | Public Method | Description | 
|---|---|---|
| void | onAcknowledgePurchaseResponse(@BillingResponse int responseCode) | Called to notify that an acknowledge purchase operation has been completed. | 
Public Methods
onAcknowledgePurchaseResponse
void onAcknowledgePurchaseResponse(@BillingResponse int responseCode);
Parameters
| Params | Description | 
|---|---|
| responseCode | Returns the result of acknowledge operation – responseCode– with a response code of the result. | 
