Command.CustomAppOperationStatus

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 functions

java-static Command.CustomAppOperationStatus.Builder!
java-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 functions

builder

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

getDefaultInstance

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

getOperationStatus

abstract fun getOperationStatus(): Command.CustomAppOperationStatus.OperationStatus!

Status of the operation.

getOtherPackageName

abstract fun getOtherPackageName(): String!

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

getPackageName

abstract fun getPackageName(): String!

Package name for which the operation was issued.

getStatusMessage

abstract fun getStatusMessage(): String!

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

getStoragePath

abstract fun getStoragePath(): String!

Storage path relevant to a status.

toBuilder

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