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

DeviceRadioState

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

Controls for device radio settings.

interface DeviceRadioState {
airplaneModeState?: "AIRPLANE_MODE_STATE_UNSPECIFIED" | "AIRPLANE_MODE_USER_CHOICE" | "AIRPLANE_MODE_DISABLED";
cellularTwoGState?: "CELLULAR_TWO_G_STATE_UNSPECIFIED" | "CELLULAR_TWO_G_USER_CHOICE" | "CELLULAR_TWO_G_DISABLED";
minimumWifiSecurityLevel?:
| "MINIMUM_WIFI_SECURITY_LEVEL_UNSPECIFIED"
| "OPEN_NETWORK_SECURITY"
| "PERSONAL_NETWORK_SECURITY"
| "ENTERPRISE_NETWORK_SECURITY"
| "ENTERPRISE_BIT192_NETWORK_SECURITY";
ultraWidebandState?: "ULTRA_WIDEBAND_STATE_UNSPECIFIED" | "ULTRA_WIDEBAND_USER_CHOICE" | "ULTRA_WIDEBAND_DISABLED";
wifiState?:
| "WIFI_STATE_UNSPECIFIED"
| "WIFI_STATE_USER_CHOICE"
| "WIFI_ENABLED"
| "WIFI_DISABLED";
}

§Properties

§
airplaneModeState?: "AIRPLANE_MODE_STATE_UNSPECIFIED" | "AIRPLANE_MODE_USER_CHOICE" | "AIRPLANE_MODE_DISABLED"
[src]

Controls whether airplane mode can be toggled by the user or not.

§
cellularTwoGState?: "CELLULAR_TWO_G_STATE_UNSPECIFIED" | "CELLULAR_TWO_G_USER_CHOICE" | "CELLULAR_TWO_G_DISABLED"
[src]

Controls whether cellular 2G setting can be toggled by the user or not.

§
minimumWifiSecurityLevel?: "MINIMUM_WIFI_SECURITY_LEVEL_UNSPECIFIED" | "OPEN_NETWORK_SECURITY" | "PERSONAL_NETWORK_SECURITY" | "ENTERPRISE_NETWORK_SECURITY" | "ENTERPRISE_BIT192_NETWORK_SECURITY"
[src]

The minimum required security level of Wi-Fi networks that the device can connect to.

§
ultraWidebandState?: "ULTRA_WIDEBAND_STATE_UNSPECIFIED" | "ULTRA_WIDEBAND_USER_CHOICE" | "ULTRA_WIDEBAND_DISABLED"
[src]

Controls the state of the ultra wideband setting and whether the user can toggle it on or off.

§
wifiState?: "WIFI_STATE_UNSPECIFIED" | "WIFI_STATE_USER_CHOICE" | "WIFI_ENABLED" | "WIFI_DISABLED"
[src]

Controls current state of Wi-Fi and if user can change its state.