Options
All
  • Public
  • Public/Protected
  • All
Menu

Takes in a response from Apple transaction and produces a parsed transaction. Keeps track of all of them by grouping them together by subscription group.

internal

Hierarchy

  • ParsedPurchases

Index

Properties

transactions

transactions: Map<string, ProductPurchaseTransaction[]> = new Map()

Methods

addTransaction

  • addTransaction(purchase: AppleInAppPurchaseTransaction): void

parse

Static isPurchaseTransaction

  • isPurchaseTransaction(transaction: AppleInAppPurchaseTransaction): boolean

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Generated using TypeDoc