AcknowledgePurchaseResponseListener
public
interface
AcknowledgePurchaseResponseListener
com.android.billingclient.api.AcknowledgePurchaseResponseListener |
Listener for the result of an acknowledge purchase request.
Summary
Public methods | |
---|---|
abstract
void
|
onAcknowledgePurchaseResponse(BillingResult billingResult)
Called to notify that an acknowledge purchase operation has finished. |
Public methods
onAcknowledgePurchaseResponse
public abstract void onAcknowledgePurchaseResponse (BillingResult billingResult)
Called to notify that an acknowledge purchase operation has finished.
Parameters | |
---|---|
billingResult |
BillingResult : Result of the acknowledge operation.
|