public interface

ActionProto.SetStateActionOrBuilder

 androidx.wear.protolayout.proto.ActionProto.SetStateActionOrBuilder

Subclasses:

ActionProto.SetStateAction, ActionProto.SetStateAction.Builder

Summary

Methods
public java.lang.StringgetTargetKey()

 The target key of the state item for this action.

public com.google.protobuf.ByteStringgetTargetKeyBytes()

 The target key of the state item for this action.

public DynamicDataProto.DynamicDataValuegetValue()

 The value to set the state item to, when this action is executed.

public booleanhasValue()

 The value to set the state item to, when this action is executed.

Methods

public java.lang.String getTargetKey()

 The target key of the state item for this action.
 
string target_key = 1;

Returns:

The targetKey.

public com.google.protobuf.ByteString getTargetKeyBytes()

 The target key of the state item for this action.
 
string target_key = 1;

Returns:

The bytes for targetKey.

public boolean hasValue()

 The value to set the state item to, when this action is executed.
 
.androidx.wear.protolayout.expression.proto.DynamicDataValue value = 2;

Returns:

Whether the value field is set.

 The value to set the state item to, when this action is executed.
 
.androidx.wear.protolayout.expression.proto.DynamicDataValue value = 2;

Returns:

The value.