public final class

ModifiersBuilders.Clickable.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.builders.ModifiersBuilders.Clickable.Builder

Overview

Builder for ModifiersBuilders.Clickable

Summary

Methods
public ModifiersBuilders.Clickablebuild()

Builds an instance from accumulated values.

public ModifiersBuilders.Clickable.BuildersetId(java.lang.String id)

Sets the ID associated with this action.

public ModifiersBuilders.Clickable.BuildersetOnClick(ActionBuilders.Action.Builder onClickBuilder)

Sets the action to perform when the element this modifier is attached to is clicked.

public ModifiersBuilders.Clickable.BuildersetOnClick(ActionBuilders.Action onClick)

Sets the action to perform when the element this modifier is attached to is clicked.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public ModifiersBuilders.Clickable.Builder setId(java.lang.String id)

Sets the ID associated with this action.

Sets the action to perform when the element this modifier is attached to is clicked.

Sets the action to perform when the element this modifier is attached to is clicked.

Builds an instance from accumulated values.