Type Alias IapticEventType
IapticEventType:
| "products.updated"
| "purchase.updated"
| "subscription.updated"
| "subscription.renewed"
| "subscription.cancelled"
| "subscription.expired"
| "subscription.changed"
| "pendingPurchase.updated"
| "nonConsumable.updated"
| "nonConsumable.owned"
| "nonConsumable.unowned"
| "consumable.purchased"
| "consumable.refunded"
| "error"
All possible event types that can be listened to.
products.updated- When any product metadata is updated (title, price, description, etc.)purchase.updated- When any purchase is updated (subscription, consumable, non-consumable)subscription.updated- When a subscription is updated (renewed, cancelled, expired, changed)subscription.renewed- When a subscription is renewedsubscription.cancelled- When a subscription is cancelledsubscription.expired- When a subscription is expiredsubscription.changed- When a subscription is changedpendingPurchase.updated- When a pending purchase status changesnonConsumable.updated- When a non-consumable status changes (owned, unowned)nonConsumable.owned- When a non-consumable purchase is ownednonConsumable.unowned- When a non-consumable purchase is no longer ownedconsumable.purchased- When a consumable purchase is purchasedconsumable.refunded- When a consumable purchase is refundederror- When an error occurs in the background