public final class

ActionProto.LoadAction.Builder

extends <any>

implements ActionProto.LoadActionOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ActionProto.LoadAction.Builder

Overview

 An action used to load (or reload) the layout contents.
 
Protobuf type androidx.wear.protolayout.proto.LoadAction

Summary

Methods
public ActionProto.LoadAction.BuilderclearRequestState()

 The state to load the next layout with.

public StateProto.StategetRequestState()

 The state to load the next layout with.

public booleanhasRequestState()

 The state to load the next layout with.

public ActionProto.LoadAction.BuildermergeRequestState(StateProto.State value)

 The state to load the next layout with.

public ActionProto.LoadAction.BuildersetRequestState(StateProto.State.Builder builderForValue)

 The state to load the next layout with.

public ActionProto.LoadAction.BuildersetRequestState(StateProto.State value)

 The state to load the next layout with.

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

Methods

public boolean hasRequestState()

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public StateProto.State getRequestState()

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public ActionProto.LoadAction.Builder setRequestState(StateProto.State value)

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public ActionProto.LoadAction.Builder setRequestState(StateProto.State.Builder builderForValue)

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public ActionProto.LoadAction.Builder mergeRequestState(StateProto.State value)

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public ActionProto.LoadAction.Builder clearRequestState()

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;