Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsV2SignedData

Hierarchy

  • GoogleActionsV2SignedData

Properties

Optional inAppDataSignature

inAppDataSignature: undefined | string

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

Optional inAppPurchaseData

inAppPurchaseData: ApiClientObjectMap<any>

Match INAPP_PURCHASE_DATA from getPurchases() method. 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