Command.ClearAppsDataStatus.PerAppStatus.ClearStatus

class ClearStatus
kotlin.Any
   ↳ kotlin.Enum<com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus.PerAppStatus.ClearStatus>
   ↳ com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus.PerAppStatus.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