clearingResult property

String? clearingResult
getter/setter pair

The result of an attempt to clear the data of a single app. Possible string values are:

  • "CLEARING_RESULT_UNSPECIFIED" : Unspecified result.
  • "SUCCESS" : This app’s data was successfully cleared.
  • "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. For example, this may apply to apps critical to the functioning of the device, such as Google Play Store.
  • "API_LEVEL" : This app’s data could not be cleared because the device API level does not support this command.

Implementation

core.String? clearingResult;