Command.RequestDeviceInfoStatus.Status

public enum Command.RequestDeviceInfoStatus.Status


The state of a command.

Summary

Enum Values

PENDING_USER_ACTION

The user has not completed the actions required to share device information.

STATUS_UNSPECIFIED

Unspecified.

SUCCEEDED

Device information has been successfully delivered.

UNSUPPORTED

The requested device info is not supported on this device, e.g. eSIM is not supported on the device.

USER_DECLINED

The user declined sharing device information.

Public methods

static Command.RequestDeviceInfoStatus.Status

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

static Command.RequestDeviceInfoStatus.Status[]

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

Enum Values

PENDING_USER_ACTION

Command.RequestDeviceInfoStatus.Status Command.RequestDeviceInfoStatus.Status.PENDING_USER_ACTION

The user has not completed the actions required to share device information.

SUCCEEDED

Command.RequestDeviceInfoStatus.Status Command.RequestDeviceInfoStatus.Status.SUCCEEDED

Device information has been successfully delivered.

UNSUPPORTED

Command.RequestDeviceInfoStatus.Status Command.RequestDeviceInfoStatus.Status.UNSUPPORTED

The requested device info is not supported on this device, e.g. eSIM is not supported on the device.

USER_DECLINED

Command.RequestDeviceInfoStatus.Status Command.RequestDeviceInfoStatus.Status.USER_DECLINED

The user declined sharing device information.

Public methods

valueOf

public static Command.RequestDeviceInfoStatus.Status 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
Command.RequestDeviceInfoStatus.Status

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 Command.RequestDeviceInfoStatus.Status[] 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
Command.RequestDeviceInfoStatus.Status[]

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