Command.CustomAppOperationStatus

public abstract class Command.CustomAppOperationStatus


The status of the install or uninstall app command.

Summary

Nested types

Builder for Command.CustomAppOperationStatus.

Current status of the operation.

Public methods

static Command.CustomAppOperationStatus.Builder
static Command.CustomAppOperationStatus
abstract Command.CustomAppOperationStatus.OperationStatus

Status of the operation.

abstract String

Another package name relevant to a status.

abstract String

Package name for which the operation was issued.

abstract String

Detailed string representation of the status, including raw details that are useful for debugging.

abstract String

Storage path relevant to a status.

abstract Command.CustomAppOperationStatus.Builder

Public methods

getDefaultInstance

public static Command.CustomAppOperationStatus getDefaultInstance()

getOperationStatus

public abstract Command.CustomAppOperationStatus.OperationStatus getOperationStatus()

Status of the operation.

getOtherPackageName

public abstract String getOtherPackageName()

Another package name relevant to a status. This is typically the package responsible for causing an operation failure.

getPackageName

public abstract String getPackageName()

Package name for which the operation was issued.

getStatusMessage

public abstract String getStatusMessage()

Detailed string representation of the status, including raw details that are useful for debugging.

getStoragePath

public abstract String getStoragePath()

Storage path relevant to a status.

toBuilder

public abstract Command.CustomAppOperationStatus.Builder toBuilder()