Preparing search index...
The search index is not available
react-native-purchases - v9.10.1
react-native-purchases
WebPurchaseRedemptionResult
Type alias WebPurchaseRedemptionResult
Web
Purchase
Redemption
Result
:
{
customerInfo
:
CustomerInfo
;
result
:
SUCCESS
;
}
|
{
error
:
PurchasesError
;
result
:
ERROR
;
}
|
{
result
:
PURCHASE_BELONGS_TO_OTHER_USER
;
}
|
{
result
:
INVALID_TOKEN
;
}
|
{
obfuscatedEmail
:
string
;
result
:
EXPIRED
;
}
The result of a redemption attempt.
Type declaration
customer
Info
:
CustomerInfo
result
:
SUCCESS
Type declaration
error
:
PurchasesError
result
:
ERROR
Type declaration
result
:
PURCHASE_BELONGS_TO_OTHER_USER
Type declaration
result
:
INVALID_TOKEN
Type declaration
obfuscated
Email
:
string
result
:
EXPIRED
Settings
Member Visibility
External
Inherited
Theme
OS
Light
Dark
react-native-purchases - v9.10.1
Loading...
The result of a redemption attempt.