IssueCommandRequest.RequestDeviceInfo.DeviceInfo

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 functions

java-static IssueCommandRequest.RequestDeviceInfo.DeviceInfo!
valueOf(name: String!)

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

java-static Array<IssueCommandRequest.RequestDeviceInfo.DeviceInfo!>!

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

Enum Values

EID

val IssueCommandRequest.RequestDeviceInfo.DeviceInfo.EIDIssueCommandRequest.RequestDeviceInfo.DeviceInfo

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 functions

valueOf

java-static fun valueOf(name: String!): IssueCommandRequest.RequestDeviceInfo.DeviceInfo!

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

java-static fun values(): Array<IssueCommandRequest.RequestDeviceInfo.DeviceInfo!>!

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
Array<IssueCommandRequest.RequestDeviceInfo.DeviceInfo!>!

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