Command.ClearAppsDataStatus.PerAppStatus.ClearStatus

enum Command.ClearAppsDataStatus.PerAppStatus.ClearStatus


Whether the given app was cleared, and what error if any occurred.

Summary

Enum Values

API_LEVEL

This app's data could not be cleared because the device API level does not support this command.

APP_NOT_FOUND

This app's data could not be cleared because the app was not found.

APP_PROTECTED

This app's data could not be cleared because the app is protected.

SUCCESS

This app's data was successfully cleared.

UNSPECIFIED

Public functions

java-static Command.ClearAppsDataStatus.PerAppStatus.ClearStatus!
valueOf(name: String!)

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

java-static Array<Command.ClearAppsDataStatus.PerAppStatus.ClearStatus!>!

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

Enum Values

API_LEVEL

val Command.ClearAppsDataStatus.PerAppStatus.ClearStatus.API_LEVELCommand.ClearAppsDataStatus.PerAppStatus.ClearStatus

This app's data could not be cleared because the device API level does not support this command.

APP_NOT_FOUND

val Command.ClearAppsDataStatus.PerAppStatus.ClearStatus.APP_NOT_FOUNDCommand.ClearAppsDataStatus.PerAppStatus.ClearStatus

This app's data could not be cleared because the app was not found.

APP_PROTECTED

val Command.ClearAppsDataStatus.PerAppStatus.ClearStatus.APP_PROTECTEDCommand.ClearAppsDataStatus.PerAppStatus.ClearStatus

This app's data could not be cleared because the app is protected.

Public functions

valueOf

java-static fun valueOf(name: String!): Command.ClearAppsDataStatus.PerAppStatus.ClearStatus!

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.ClearAppsDataStatus.PerAppStatus.ClearStatus!

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.ClearAppsDataStatus.PerAppStatus.ClearStatus!>!

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.ClearAppsDataStatus.PerAppStatus.ClearStatus!>!

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