attemptOutcome property
The outcome of setting the app as the default.
Output only. Possible string values are:
- "ATTEMPT_OUTCOME_UNSPECIFIED" : Attempt outcome is unspecified. This is not used.
- "SUCCESS" : App is successfully set as the default.
- "APP_NOT_INSTALLED" : Attempt failed as the app is not installed.
- "APP_SIGNING_CERT_MISMATCH" : Attempt failed as the signing key certificate fingerprint of the app from Play Store or from ApplicationPolicy.signingKeyCerts does not match the one on the device.
- "OTHER_FAILURE" : Attempt failed due to other reasons.
Implementation
core.String? attemptOutcome;