Builder


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

Builder for creating an ActionResult.

Summary

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

Public methods
ActionResult

Builds the ActionResult object.

Public constructors

Public methods

build

fun build(): ActionResult

Builds the ActionResult object.

Return
ActionResult This value cannot be null.