AcknowledgePurchaseResponseListener

public interface AcknowledgePurchaseResponseListener


Listener for the result of an acknowledge purchase request.

Summary

Public methods

abstract void

Called to notify that an acknowledge purchase operation has finished.

Public methods

onAcknowledgePurchaseResponse

abstract void onAcknowledgePurchaseResponse(BillingResult billingResult)

Called to notify that an acknowledge purchase operation has finished.

Parameters
BillingResult billingResult

Result of the acknowledge operation.