IssueCommandRequest.RequestDeviceInfo.DeviceInfo

public enum IssueCommandRequest.RequestDeviceInfo.DeviceInfo


Type of device information to be requested.

Summary

Enum Values

DEVICE_INFO_UNSPECIFIED

This value is disallowed.

EID

To subscribe to receiving notifications about the command result, extend [NotificationReceiverService][com.google.android.managementapi.notification.NotificationReceiverService] and specify your subclass in the manifest.

Public methods

static IssueCommandRequest.RequestDeviceInfo.DeviceInfo

Returns the enum constant of this type with the specified name.

static IssueCommandRequest.RequestDeviceInfo.DeviceInfo[]

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

Enum Values

EID

IssueCommandRequest.RequestDeviceInfo.DeviceInfo IssueCommandRequest.RequestDeviceInfo.DeviceInfo.EID

To subscribe to receiving notifications about the command result, extend [NotificationReceiverService][com.google.android.managementapi.notification.NotificationReceiverService] and specify your subclass in the manifest. For example:

```xml ``` Specifying your subclass in this way in the manifest will allow Android Device Policy to auto discover your service and send notifications to it.

Public methods

valueOf

public static IssueCommandRequest.RequestDeviceInfo.DeviceInfo valueOf(String name)

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.)

Returns
IssueCommandRequest.RequestDeviceInfo.DeviceInfo

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static IssueCommandRequest.RequestDeviceInfo.DeviceInfo[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
IssueCommandRequest.RequestDeviceInfo.DeviceInfo[]

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