AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyCustomerIdentity Class Referencesealed

Customer identity parameters for iOS and Android platforms. More...

Public Member Functions

 AdaptyCustomerIdentity (Guid iosAppAccountToken, string androidObfuscatedAccountId)
 Initializes a new instance of the AdaptyCustomerIdentity class.
override string ToString ()
 A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Public Attributes

readonly Guid IosAppAccountToken
 The UUID that you generate to associate a customer's In-App Purchase with its resulting App Store transaction. (iOS Only). Nullable.
readonly string AndroidObfuscatedAccountId
 The obfuscated account identifier (Android Only). Nullable.

Properties

bool IsEmpty [get]
 Gets a value indicating whether neither AppAccountToken nor ObfuscatedAccountId carries a value.
Guid? IosAppAccountTokenForRequest [get]
string AndroidObfuscatedAccountIdForRequest [get]

Detailed Description

Customer identity parameters for iOS and Android platforms.

Constructor & Destructor Documentation

◆ AdaptyCustomerIdentity()

AdaptySDK.AdaptyCustomerIdentity.AdaptyCustomerIdentity ( Guid iosAppAccountToken,
string androidObfuscatedAccountId )

Initializes a new instance of the AdaptyCustomerIdentity class.

Parameters
iosAppAccountTokenThe UUID for iOS App Store transactions (iOS Only). Nullable.
androidObfuscatedAccountIdThe obfuscated account identifier (Android Only). Nullable.

Member Function Documentation

◆ ToString()

override string AdaptySDK.AdaptyCustomerIdentity.ToString ( )

A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Member Data Documentation

◆ AndroidObfuscatedAccountId

readonly string AdaptySDK.AdaptyCustomerIdentity.AndroidObfuscatedAccountId

The obfuscated account identifier (Android Only). Nullable.

Read more at Android Documentation

◆ IosAppAccountToken

readonly Guid AdaptySDK.AdaptyCustomerIdentity.IosAppAccountToken

The UUID that you generate to associate a customer's In-App Purchase with its resulting App Store transaction. (iOS Only). Nullable.

Read more at Apple Documentation

Property Documentation

◆ AndroidObfuscatedAccountIdForRequest

string AdaptySDK.AdaptyCustomerIdentity.AndroidObfuscatedAccountIdForRequest
getprivate

◆ IosAppAccountTokenForRequest

Guid? AdaptySDK.AdaptyCustomerIdentity.IosAppAccountTokenForRequest
getprivate

◆ IsEmpty

bool AdaptySDK.AdaptyCustomerIdentity.IsEmpty
get

Gets a value indicating whether neither AppAccountToken nor ObfuscatedAccountId carries a value.


The documentation for this class was generated from the following file: