appPricing property

String? appPricing
getter/setter pair

Whether this app is free, free with in-app purchases, or paid.

If the pricing is unspecified, this means the app is not generally available anymore (even though it might still be available to people who own it). Possible string values are:

  • "APP_PRICING_UNSPECIFIED" : Unknown pricing, used to denote an approved app that is not generally available.
  • "FREE" : The app is free.
  • "FREE_WITH_IN_APP_PURCHASE" : The app is free, but offers in-app purchases.
  • "PAID" : The app is paid.

Implementation

core.String? appPricing;