com.android.billingclient.api / acknowledgePurchase

acknowledgePurchase

suspend fun BillingClient.acknowledgePurchase(params: AcknowledgePurchaseParams): BillingResult

Acknowledges a given in-app purchase.

Parameters

params - Params of type AcknowledgePurchaseParams required to acknowledge a purchase

Return
BillingResult which represents the result of the acknowledge operation