installedAppCategory property

String? installedAppCategory
getter/setter pair

The category of the downloaded app though this transaction.

This must match the category provided in Play Console during the external app verification process. Only required for app downloads.

Optional. Possible string values are:

  • "EXTERNAL_OFFER_APP_CATEGORY_UNSPECIFIED" : Unspecified, do not use.
  • "APP" : The app is classified under the app category.
  • "GAME" : The app is classified under the game category.

Implementation

core.String? installedAppCategory;