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 app and certificate match the versions distributed by Play.
  • "UNLICENSED" : The certificate or package name does not match Google Play records.
  • "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;