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

LostModeLocationEvent

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

A lost mode event containing the device location and battery level as a percentage.

interface LostModeLocationEvent {
batteryLevel?: number;
location?: Location;
}

§Properties

§
batteryLevel?: number
[src]

The battery level as a number between 0 and 100 inclusive

§
location?: Location
[src]

The device location