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
void onAcknowledgePurchaseResponse (BillingResult billingResult)
Called to notify that an acknowledge purchase operation has finished.
Parameters | |
---|---|
billingResult |
BillingResult : Result of the acknowledge operation.
|
Annotations
Interfaces
Classes
- AccountIdentifiers
- AcknowledgePurchaseParams
- AcknowledgePurchaseParams.Builder
- BillingClient
- BillingClient.Builder
- BillingFlowParams
- BillingFlowParams.Builder
- BillingResult
- BillingResult.Builder
- ConsumeParams
- ConsumeParams.Builder
- PriceChangeFlowParams
- PriceChangeFlowParams.Builder
- ProxyBillingActivity
- Purchase
- Purchase.PurchasesResult
- PurchaseHistoryRecord
- SkuDetails
- SkuDetailsParams
- SkuDetailsParams.Builder