Command.StatusCase

abstract class Command.StatusCase


コマンドの種類に固有のステータス。

概要

ネストされた型

Command.StatusCase の可能な種類。

パブリック関数

abstract Command.ClearAppsDataStatus!

アプリのデータ消去コマンドのステータス。

abstract Command.StatusCase.Kind!
abstract Command.CustomAppOperationStatus!

カスタムアプリのインストール コマンドのステータス。

java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
abstract Command.RequestDeviceInfoStatus!

RequestDeviceInfo コマンドのステータス。

abstract Command.CustomAppOperationStatus!

カスタムアプリのアンインストール コマンドのステータス。

パブリック関数

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

アプリのデータ消去コマンドのステータス。

getKind

abstract fun getKind(): Command.StatusCase.Kind!

installCustomAppStatus

abstract fun installCustomAppStatus(): Command.CustomAppOperationStatus!

カスタムアプリのインストール コマンドのステータス。

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus!): Command.StatusCase!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus.Builder!): Command.StatusCase!

ofInstallCustomAppStatus

java-static fun ofInstallCustomAppStatus(value: Command.CustomAppOperationStatus!): Command.StatusCase!

ofInstallCustomAppStatus

java-static fun ofInstallCustomAppStatus(
    value: Command.CustomAppOperationStatus.Builder!
): Command.StatusCase!

ofNone

java-static fun ofNone(): Command.StatusCase!

ofRequestDeviceInfoStatus

java-static fun ofRequestDeviceInfoStatus(value: Command.RequestDeviceInfoStatus!): Command.StatusCase!

ofRequestDeviceInfoStatus

java-static fun ofRequestDeviceInfoStatus(
    value: Command.RequestDeviceInfoStatus.Builder!
): Command.StatusCase!

ofUninstallCustomAppStatus

java-static fun ofUninstallCustomAppStatus(value: Command.CustomAppOperationStatus!): Command.StatusCase!

ofUninstallCustomAppStatus

java-static fun ofUninstallCustomAppStatus(
    value: Command.CustomAppOperationStatus.Builder!
): Command.StatusCase!

requestDeviceInfoStatus

abstract fun requestDeviceInfoStatus(): Command.RequestDeviceInfoStatus!

RequestDeviceInfo コマンドのステータス。

uninstallCustomAppStatus

abstract fun uninstallCustomAppStatus(): Command.CustomAppOperationStatus!

カスタムアプリのアンインストール コマンドのステータス。