Command.RequestDeviceInfoStatus.Status

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 functions

java-static Command.RequestDeviceInfoStatus.Status!
valueOf(name: String!)

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

java-static Array<Command.RequestDeviceInfoStatus.Status!>!

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

Enum Values

PENDING_USER_ACTION

val Command.RequestDeviceInfoStatus.Status.PENDING_USER_ACTIONCommand.RequestDeviceInfoStatus.Status

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

SUCCEEDED

val Command.RequestDeviceInfoStatus.Status.SUCCEEDEDCommand.RequestDeviceInfoStatus.Status

Device information has been successfully delivered.

UNSUPPORTED

val Command.RequestDeviceInfoStatus.Status.UNSUPPORTEDCommand.RequestDeviceInfoStatus.Status

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

USER_DECLINED

val Command.RequestDeviceInfoStatus.Status.USER_DECLINEDCommand.RequestDeviceInfoStatus.Status

The user declined sharing device information.

Public functions

valueOf

java-static fun valueOf(name: String!): Command.RequestDeviceInfoStatus.Status!

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

java-static fun values(): Array<Command.RequestDeviceInfoStatus.Status!>!

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

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