Command.CustomAppOperationStatus

abstract class Command.CustomAppOperationStatus


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

概要

ネストされた型

Command.CustomAppOperationStatus のビルダー。

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

パブリック関数

java-static Command.CustomAppOperationStatus.Builder!
java-static Command.CustomAppOperationStatus!
abstract Command.CustomAppOperationStatus.OperationStatus!

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

abstract String!

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

abstract String!

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

abstract String!

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

abstract String!

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

abstract Command.CustomAppOperationStatus.Builder!

パブリック関数

builder

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

getDefaultInstance

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

getOperationStatus

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

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

getOtherPackageName

abstract fun getOtherPackageName(): String!

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

getPackageName

abstract fun getPackageName(): String!

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

getStatusMessage

abstract fun getStatusMessage(): String!

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

getStoragePath

abstract fun getStoragePath(): String!

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

toBuilder

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