How a purchase ended, and the updated profile when it succeeded.
More...
|
| 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 AdaptyPurchaseResultType | Type |
| | How the purchase ended.
|
| readonly AdaptyProfile | Profile |
| | The profile as it stands after the purchase. Only for AdaptyPurchaseResultType.Success — null otherwise.
|
| readonly string | AppleJWSTransaction |
| | iOS only. The signed App Store transaction, for server-side verification of your own. Null off iOS, and when the store does not provide one.
|
| readonly string | GooglePurchaseToken |
| | Android only. The Google Play purchase token, for server-side verification of your own. Null off Android, and when the store does not provide one.
|
How a purchase ended, and the updated profile when it succeeded.
◆ AdaptyPurchaseResult()
| AdaptySDK.AdaptyPurchaseResult.AdaptyPurchaseResult |
( |
| ) |
|
|
private |
◆ ToString()
| override string AdaptySDK.AdaptyPurchaseResult.ToString |
( |
| ) |
|
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
◆ AppleJWSTransaction
| readonly string AdaptySDK.AdaptyPurchaseResult.AppleJWSTransaction |
iOS only. The signed App Store transaction, for server-side verification of your own. Null off iOS, and when the store does not provide one.
◆ GooglePurchaseToken
| readonly string AdaptySDK.AdaptyPurchaseResult.GooglePurchaseToken |
Android only. The Google Play purchase token, for server-side verification of your own. Null off Android, and when the store does not provide one.
◆ Profile
The profile as it stands after the purchase. Only for AdaptyPurchaseResultType.Success — null otherwise.
◆ Type
The documentation for this class was generated from the following file: