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

AccountIdentifiers

Updated: May 13, 2025

AccountIdentifiers

data class AccountIdentifiers(val obfuscatedAccountId: String, val obfuscatedProfileId: String)
Account identifiers that were specified when the purchase was made.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for AccountIdentifiers.

Constructors

NameSummary
AccountIdentifiers
constructor(obfuscatedAccountId: String, obfuscatedProfileId: String)

Properties

NameSummary
obfuscatedAccountId
val obfuscatedAccountId: String
The obfuscated account id specified in BillingFlowParams.Builder.setObfuscatedAccountId.
obfuscatedProfileId
val obfuscatedProfileId: String
The obfuscated profile id specified in BillingFlowParams.Builder.setObfuscatedProfileId.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon