Command.CustomAppOperationStatus

public abstract class Command.CustomAppOperationStatus


アプリのインストールまたはアンインストール コマンドのステータス。

概要

ネストされた型

Command.CustomAppOperationStatus のビルダー。

操作の現在のステータス。

パブリック メソッド

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

オペレーションのステータス。

abstract String

ステータスに関連する別のパッケージ名。

abstract String

オペレーションが発行されたパッケージ名。

abstract String

デバッグに役立つ未加工の詳細を含む、ステータスの詳細な文字列表現。

abstract String

ステータスに関連するストレージ パス。

abstract Command.CustomAppOperationStatus.Builder

パブリック メソッド

getDefaultInstance

public static Command.CustomAppOperationStatus getDefaultInstance()

getOperationStatus

public abstract Command.CustomAppOperationStatus.OperationStatus getOperationStatus()

オペレーションのステータス。

getOtherPackageName

public abstract String getOtherPackageName()

ステータスに関連する別のパッケージ名。通常、これはオペレーションの失敗の原因となったパッケージです。

getPackageName

public abstract String getPackageName()

オペレーションが発行されたパッケージ名。

getStatusMessage

public abstract String getStatusMessage()

デバッグに役立つ未加工の詳細を含む、ステータスの詳細な文字列表現。

getStoragePath

public abstract String getStoragePath()

ステータスに関連するストレージ パス。

toBuilder

public abstract Command.CustomAppOperationStatus.Builder toBuilder()