Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StopLostModeUserAttemptEvent

import type { StopLostModeUserAttemptEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

A lost mode event indicating the user has attempted to stop lost mode.

interface StopLostModeUserAttemptEvent {
status?: "STATUS_UNSPECIFIED" | "ATTEMPT_SUCCEEDED" | "ATTEMPT_FAILED";
}

§Properties

§
status?: "STATUS_UNSPECIFIED" | "ATTEMPT_SUCCEEDED" | "ATTEMPT_FAILED"
[src]

The status of the attempt to stop lost mode.