public interface

RequestProto.StateRequestOrBuilder

 androidx.wear.tiles.proto.RequestProto.StateRequestOrBuilder

Subclasses:

RequestProto.StateRequest, RequestProto.StateRequest.Builder

Summary

Methods
public StateProto.StategetState()

 The current state of the Tile.

public intgetTileId()

 The ID of the tile for which state is being requested.

public booleanhasState()

 The current state of the Tile.

Methods

public boolean hasState()

 The current state of the Tile.
 
.androidx.wear.protolayout.proto.State state = 1;

Returns:

Whether the state field is set.

public StateProto.State getState()

 The current state of the Tile.
 
.androidx.wear.protolayout.proto.State state = 1;

Returns:

The state.

public int getTileId()

 The ID of the tile for which state is being requested.
 
uint32 tile_id = 2;

Returns:

The tileId.