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

NetworkInfo

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

Device network info.

interface NetworkInfo {
imei?: string;
meid?: string;
networkOperatorName?: string;
telephonyInfos?: TelephonyInfo[];
wifiMacAddress?: string;
}

§Properties

§
imei?: string
[src]

IMEI number of the GSM device. For example, A1000031212.

§
meid?: string
[src]

MEID number of the CDMA device. For example, A00000292788E1.

§
networkOperatorName?: string
[src]

Alphabetic name of current registered operator. For example, Vodafone.

§
telephonyInfos?: TelephonyInfo[]
[src]

Provides telephony information associated with each SIM card on the device. Only supported on fully managed devices starting from Android API level 23.

§
wifiMacAddress?: string
[src]

Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.