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