googlePlayProtectVerifyApps property
Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced.
Replaces ensureVerifyAppsEnabled (deprecated). Possible string values are:
- "GOOGLE_PLAY_PROTECT_VERIFY_APPS_UNSPECIFIED" : Unspecified. Defaults to VERIFY_APPS_ENFORCED.
- "VERIFY_APPS_ENFORCED" : Default. Force-enables app verification.
- "VERIFY_APPS_USER_CHOICE" : Allows the user to choose whether to enable app verification.
Implementation
core.String? googlePlayProtectVerifyApps;