Builder
class Builder
| kotlin.Any | |
| ↳ | android.companion.ActionRequest.Builder |
A builder for creating ActionRequest.
Summary
| Public constructors | |
|---|---|
| Public methods | |
|---|---|
| ActionRequest |
build()Builds the |
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. |