AdaptyCustomerIdentity

class AdaptyCustomerIdentity(val iosAppAccountToken: String?, val androidObfuscatedAccountId: String?)

Represents a customer's identity used to associate in-app purchases with their corresponding transactions on both iOS and Android platforms.

Constructors

Link copied to clipboard
constructor(iosAppAccountToken: String?, androidObfuscatedAccountId: String?)

Properties

Link copied to clipboard

The obfuscated account identifier used on Android. See Android documentation for more details.

Link copied to clipboard

The UUID generated to associate a customer’s in-app purchase with its resulting App Store transaction (used for iOS). See Apple documentation for more details.