playProtectVerdict property

String? playProtectVerdict
getter/setter pair

The evaluation of Play Protect verdict. Possible string values are:

  • "PLAY_PROTECT_VERDICT_UNSPECIFIED" : Play Protect verdict has not been set.
  • "UNEVALUATED" : Play Protect state was not evaluated. Device may not be trusted.
  • "NO_ISSUES" : Play Protect is on and no issues found.
  • "NO_DATA" : Play Protect is on but no scan has been performed yet. The device or Play Store app may have been reset.
  • "MEDIUM_RISK" : Play Protect is on and warnings found.
  • "HIGH_RISK" : Play Protect is on and high severity issues found.
  • "POSSIBLE_RISK" : Play Protect is turned off. Turn on Play Protect.

Implementation

core.String? playProtectVerdict;