API reference
API reference
Select your platform
No SDKs available
No versions available

AcknowledgePurchaseParams

Updated: Mar 19, 2025

AcknowledgePurchaseParams

data class AcknowledgePurchaseParams(val purchaseToken: String)
Parameters to acknowledge a purchase. See BillingClient.acknowledgePurchase.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for AcknowledgePurchaseParams.

Constructors

NameSummary
AcknowledgePurchaseParams
constructor(purchaseToken: String)

Types

NameSummary
class Builder
Companion
object Companion

Properties

NameSummary
purchaseToken
val purchaseToken: String
The token that identifies the purchase to be acknowledged.

Companion

object Companion

Functions

NameSummary
newBuilder
Did you find this page helpful?
Thumbs up icon
Thumbs down icon