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

TelephonyInfo

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

Telephony information associated with a given SIM card on the device. Only supported on fully managed devices starting from Android API level 23.

interface TelephonyInfo {
carrierName?: string;
phoneNumber?: string;
}

§Properties

§
carrierName?: string
[src]

The carrier name associated with this SIM card.

§
phoneNumber?: string
[src]

The phone number associated with this SIM card.