Command.StatusCase

abstract class Command.StatusCase


Status specific to the kind of command.

Summary

Nested types

The possible kind of Command.StatusCase.

Public functions

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

The status of the clear apps data command.

getKind

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

installCustomAppStatus

abstract fun installCustomAppStatus(): Command.CustomAppOperationStatus!

The status of the install custom app command.

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!

The status of the RequestDeviceInfo command.

uninstallCustomAppStatus

abstract fun uninstallCustomAppStatus(): Command.CustomAppOperationStatus!

The status of the uninstall custom app command.