DefaultApplicationSettingAttempt
import type { DefaultApplicationSettingAttempt } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";Details on a default application setting attempt.
interface DefaultApplicationSettingAttempt {
readonly attemptOutcome?:
| "ATTEMPT_OUTCOME_UNSPECIFIED"
| "SUCCESS"
| "APP_NOT_INSTALLED"
| "APP_SIGNING_CERT_MISMATCH"
| "OTHER_FAILURE";
readonly packageName?: string;
}