Builder


class Builder
kotlin.Any
   ↳ android.companion.ActionRequest.Builder

A builder for creating ActionRequest.

Summary

Public constructors
Builder(action: Int, operation: Int)

Public methods
ActionRequest

Builds the ActionRequest object.

Public constructors

Builder

Builder(
    action: Int,
    operation: Int)
Parameters
action Int: The action to request.
Value is one of the following:
operation Int: The operation to perform.
Value is one of the following:

Public methods

build

fun build(): ActionRequest

Builds the ActionRequest object.

Return
ActionRequest This value cannot be null.