public interface

ActionProto.LoadActionOrBuilder

 androidx.wear.protolayout.proto.ActionProto.LoadActionOrBuilder

Subclasses:

ActionProto.LoadAction, ActionProto.LoadAction.Builder

Summary

Methods
public StateProto.StategetRequestState()

 The state to load the next layout with.

public booleanhasRequestState()

 The state to load the next layout with.

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;

Returns:

Whether the requestState field is set.

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;

Returns:

The requestState.