Customer identity parameters for iOS and Android platforms.
More...
|
| bool | IsEmpty [get] |
| | Gets a value indicating whether both AppAccountToken and ObfuscatedAccountId are null.
|
Customer identity parameters for iOS and Android platforms.
◆ AdaptyCustomerIdentity()
| AdaptySDK.AdaptyCustomerIdentity.AdaptyCustomerIdentity |
( |
Guid | iosAppAccountToken, |
|
|
string | androidObfuscatedAccountId ) |
Initializes a new instance of the AdaptyCustomerIdentity class.
- Parameters
-
| appAccountToken | The UUID for iOS App Store transactions (iOS Only). Nullable. |
| obfuscatedAccountId | The obfuscated account identifier (Android Only). Nullable. |
◆ ToJSONNode()
| JSONNode AdaptySDK.AdaptyCustomerIdentity.ToJSONNode |
( |
| ) |
|
|
package |
◆ ToString()
| override string AdaptySDK.AdaptyCustomerIdentity.ToString |
( |
| ) |
|
◆ 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
◆ 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: