appLicensingVerdict property

String? appLicensingVerdict
getter/setter pair

Details about the licensing status of the user for the app in the scope.

Required. Possible string values are:

  • "UNKNOWN" : Play does not have sufficient information to evaluate licensing details
  • "LICENSED" : The user has a valid license to use the app.
  • "UNLICENSED" : The user does not have a valid license to use the app.
  • "UNEVALUATED" : Licensing details were not evaluated since a necessary requirement was missed. For example DeviceIntegrity did not meet the minimum bar or the application was not a known Play version.

Implementation

core.String? appLicensingVerdict;