Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignedData

Only present for in-app purchase and in-app subs.

Hierarchy

  • SignedData

Properties

Optional inAppDataSignature

inAppDataSignature: undefined | string

Matches IN_APP_DATA_SIGNATURE from getPurchases() method in Play InApp Billing API.

Optional inAppPurchaseData

inAppPurchaseData: undefined | object

Contains all inapp purchase data in JSON format. See details in table 6 of https://developer.android.com/google/play/billing/billing_reference.html.

Generated using TypeDoc