Customer identity parameters for iOS and Android platforms.
More...
|
| | 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.
|
|
| 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.
|
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
-
| iosAppAccountToken | The UUID for iOS App Store transactions (iOS Only). Nullable. |
| androidObfuscatedAccountId | The obfuscated account identifier (Android Only). Nullable. |
◆ 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.
◆ 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
◆ 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: