public final class

ActionBuilders.LoadAction.Builder

extends java.lang.Object

implements ActionBuilders.Action.Builder

 java.lang.Object

↳androidx.wear.tiles.builders.ActionBuilders.LoadAction.Builder

Overview

Builder for ActionBuilders.LoadAction.

Summary

Methods
public ActionBuilders.LoadActionbuild()

public ActionBuilders.LoadAction.BuildersetRequestState(StateBuilders.State.Builder requestStateBuilder)

Sets the state to load the next tile with.

public ActionBuilders.LoadAction.BuildersetRequestState(StateBuilders.State requestState)

Sets the state to load the next tile with.

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

Methods

public ActionBuilders.LoadAction.Builder setRequestState(StateBuilders.State requestState)

Sets the state to load the next tile with. This will be included in the TileRequest sent after this action is invoked by a ModifiersBuilders.Clickable.

public ActionBuilders.LoadAction.Builder setRequestState(StateBuilders.State.Builder requestStateBuilder)

Sets the state to load the next tile with. This will be included in the TileRequest sent after this action is invoked by a ModifiersBuilders.Clickable.