PurchaseSnapshot

data class PurchaseSnapshot(val purchases: Set<InAppPurchase>, val entitlementsByProductId: Map<String, List<Entitlement>>, val nonSubscriptions: List<NonSubscriptionTransaction>, val subscriptions: List<SubscriptionTransaction>)(source)

Constructors

Link copied to clipboard
constructor(purchases: Set<InAppPurchase>, entitlementsByProductId: Map<String, List<Entitlement>>, nonSubscriptions: List<NonSubscriptionTransaction>, subscriptions: List<SubscriptionTransaction>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard