class ClearStatus
Whether the given app was cleared, and what error if any occurred.
Summary
Enum values |
|
---|---|
This app's data could not be cleared because the device API level does not support this command. |
|
This app's data could not be cleared because the app was not found. |
|
This app's data could not be cleared because the app is protected. |
|
This app's data was successfully cleared. |
|
Enum values
API_LEVEL
enum val API_LEVEL : Command.ClearAppsDataStatus.PerAppStatus.ClearStatus
This app's data could not be cleared because the device API level does not support this command.
APP_NOT_FOUND
enum val APP_NOT_FOUND : Command.ClearAppsDataStatus.PerAppStatus.ClearStatus
This app's data could not be cleared because the app was not found.
APP_PROTECTED
enum val APP_PROTECTED : Command.ClearAppsDataStatus.PerAppStatus.ClearStatus
This app's data could not be cleared because the app is protected.
SUCCESS
enum val SUCCESS : Command.ClearAppsDataStatus.PerAppStatus.ClearStatus
This app's data was successfully cleared.
UNSPECIFIED
enum val UNSPECIFIED : Command.ClearAppsDataStatus.PerAppStatus.ClearStatus