IssueCommandRequest

abstract class IssueCommandRequest


A request message to issue AMAPI commands.

Summary

Nested types

Builder for IssueCommandRequest.

A request to clear apps' data.

Builder for IssueCommandRequest.ClearAppsData.

A request to install a custom app.

Builder for IssueCommandRequest.InstallCustomApp.

Parameters to specify the command being requested.

The possible kind of IssueCommandRequest.ParamsCase.

Request information related to the device.

Builder for IssueCommandRequest.RequestDeviceInfo.

Type of device information to be requested.

A request to uninstall a custom app.

Builder for IssueCommandRequest.UninstallCustomApp.

Public functions

java-static IssueCommandRequest.Builder!
java-static IssueCommandRequest!
abstract IssueCommandRequest.ParamsCase!

Parameters to specify the command being requested.

abstract IssueCommandRequest.Builder!

Public functions

builder

java-static fun builder(): IssueCommandRequest.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): IssueCommandRequest!

getParams

abstract fun getParams(): IssueCommandRequest.ParamsCase!

Parameters to specify the command being requested. This class can have only one field set.

toBuilder

abstract fun toBuilder(): IssueCommandRequest.Builder!