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

AdbShellCommandEvent

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

A shell command was issued over ADB via “adb shell command”.

interface AdbShellCommandEvent {
shellCmd?: string;
}

§Properties

§
shellCmd?: string
[src]

Shell command that was issued over ADB via "adb shell command". Redacted to empty string on organization-owned managed profile devices.