appRecognitionVerdict property
Details about the app recognition verdict
Required. Possible string values are:
- "UNKNOWN" : Play does not have sufficient information to evaluate app integrity
- "PLAY_RECOGNIZED" : The app and certificate match the versions distributed by Play.
- "UNRECOGNIZED_VERSION" : The certificate or package name does not match Google Play records.
- "UNEVALUATED" : Application integrity was not evaluated since a necessary requirement was missed. For example DeviceIntegrity did not meet the minimum bar.
Implementation
core.String? appRecognitionVerdict;