AdaptySDK
AdaptySDK.AdaptyCustomerIdentity Class Reference

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 ()

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.

Package Functions

JSONNode ToJSONNode ()

Properties

bool IsEmpty [get]
 Gets a value indicating whether both AppAccountToken and ObfuscatedAccountId are null.

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
appAccountTokenThe UUID for iOS App Store transactions (iOS Only). Nullable.
obfuscatedAccountIdThe obfuscated account identifier (Android Only). Nullable.

Member Function Documentation

◆ ToJSONNode()

JSONNode AdaptySDK.AdaptyCustomerIdentity.ToJSONNode ( )
package

◆ ToString()

override string AdaptySDK.AdaptyCustomerIdentity.ToString ( )

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

◆ IsEmpty

bool AdaptySDK.AdaptyCustomerIdentity.IsEmpty
get

Gets a value indicating whether both AppAccountToken and ObfuscatedAccountId are null.


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