Command.ClearAppsDataStatus

abstract class Command.ClearAppsDataStatus


The status of the clear apps data command.

Summary

Nested types

Builder for Command.ClearAppsDataStatus.

The status of clearing a single app.

Builder for Command.ClearAppsDataStatus.PerAppStatus.

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

Public functions

java-static Command.ClearAppsDataStatus.Builder!
java-static Command.ClearAppsDataStatus!
abstract ImmutableMap<String!, Command.ClearAppsDataStatus.PerAppStatus!>!

A map of package names to their clearing status.

abstract Command.ClearAppsDataStatus.Builder!

Public functions

builder

java-static fun builder(): Command.ClearAppsDataStatus.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): Command.ClearAppsDataStatus!

getStatusMap

abstract fun getStatusMap(): ImmutableMap<String!, Command.ClearAppsDataStatus.PerAppStatus!>!

A map of package names to their clearing status.

toBuilder

abstract fun toBuilder(): Command.ClearAppsDataStatus.Builder!