DevicePolicyAllowedDeviceManagementLevelsItem

enum DevicePolicyAllowedDeviceManagementLevelsItem : Enum<DevicePolicyAllowedDeviceManagementLevelsItem> , ConvertibleToJava<DevicePolicyAllowedDeviceManagementLevelsItem>

Entries

Link copied to clipboard

The device's management level is not specified or not known.

Link copied to clipboard

The device is not managed.

Link copied to clipboard

Basic management is enabled, which is generally limited to monitoring and wiping the corporate account.

Link copied to clipboard

Complete device management. This includes more thorough monitoring and the ability to directly manage the device (such as remote wiping). This can be enabled through the Android Enterprise Platform.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): DevicePolicyAllowedDeviceManagementLevelsItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: DevicePolicyAllowedDeviceManagementLevelsItem
Link copied to clipboard
Link copied to clipboard