Preparing search index...
The search index is not available
react-native-iaptic
react-native-iaptic
IapticEventMap
Interface IapticEventMap
Event argument types mapped to their event names
interface
IapticEventMap
{
"consumable.purchased"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"consumable.refunded"
:
[
purchase
:
IapticVerifiedPurchase
]
;
error
:
[
error
:
IapticError
]
;
"nonConsumable.owned"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"nonConsumable.unowned"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"nonConsumable.updated"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"pendingPurchase.updated"
:
[
purchase
:
IapticPendingPurchase
]
;
"products.updated"
:
[
products
:
IapticProduct
[]
]
;
"purchase.updated"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"subscription.cancelled"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"subscription.changed"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"subscription.expired"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"subscription.renewed"
:
[
purchase
:
IapticVerifiedPurchase
]
;
"subscription.updated"
:
[
reason
:
IapticSubscriptionReason
,
purchase
:
IapticVerifiedPurchase
,
]
;
}
Index
Properties
consumable.purchased
consumable.refunded
error
non
Consumable.owned
non
Consumable.unowned
non
Consumable.updated
pending
Purchase.updated
products.updated
purchase.updated
subscription.cancelled
subscription.changed
subscription.expired
subscription.renewed
subscription.updated
Properties
consumable.purchased
"consumable.purchased"
:
[
purchase
:
IapticVerifiedPurchase
]
consumable.refunded
"consumable.refunded"
:
[
purchase
:
IapticVerifiedPurchase
]
error
error
:
[
error
:
IapticError
]
non
Consumable.owned
"nonConsumable.owned"
:
[
purchase
:
IapticVerifiedPurchase
]
non
Consumable.unowned
"nonConsumable.unowned"
:
[
purchase
:
IapticVerifiedPurchase
]
non
Consumable.updated
"nonConsumable.updated"
:
[
purchase
:
IapticVerifiedPurchase
]
pending
Purchase.updated
"pendingPurchase.updated"
:
[
purchase
:
IapticPendingPurchase
]
products.updated
"products.updated"
:
[
products
:
IapticProduct
[]
]
purchase.updated
"purchase.updated"
:
[
purchase
:
IapticVerifiedPurchase
]
subscription.cancelled
"subscription.cancelled"
:
[
purchase
:
IapticVerifiedPurchase
]
subscription.changed
"subscription.changed"
:
[
purchase
:
IapticVerifiedPurchase
]
subscription.expired
"subscription.expired"
:
[
purchase
:
IapticVerifiedPurchase
]
subscription.renewed
"subscription.renewed"
:
[
purchase
:
IapticVerifiedPurchase
]
subscription.updated
"subscription.updated"
:
[
reason
:
IapticSubscriptionReason
,
purchase
:
IapticVerifiedPurchase
,
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
consumable.purchased
consumable.refunded
error
non
Consumable.owned
non
Consumable.unowned
non
Consumable.updated
pending
Purchase.updated
products.updated
purchase.updated
subscription.cancelled
subscription.changed
subscription.expired
subscription.renewed
subscription.updated
react-native-iaptic
Loading...
Event argument types mapped to their event names