public interface

RequestProto.TileRequestOrBuilder

 androidx.wear.tiles.proto.RequestProto.TileRequestOrBuilder

Subclasses:

RequestProto.TileRequest, RequestProto.TileRequest.Builder

Summary

Methods
public StateProto.StategetCurrentState()

 The State that should be used when building the tile.

public DeviceParametersProto.DeviceParametersgetDeviceConfiguration()

 The DeviceParameters object describing the device requesting the tile
 update.

public intgetTileId()

 The ID of the tile being requested.

public booleanhasCurrentState()

 The State that should be used when building the tile.

public booleanhasDeviceConfiguration()

 The DeviceParameters object describing the device requesting the tile
 update.

Methods

public boolean hasDeviceConfiguration()

 The DeviceParameters object describing the device requesting the tile
 update. If not set, a default empty instance is used.
 
.androidx.wear.protolayout.proto.DeviceParameters device_configuration = 1;

Returns:

Whether the deviceConfiguration field is set.

public DeviceParametersProto.DeviceParameters getDeviceConfiguration()

 The DeviceParameters object describing the device requesting the tile
 update. If not set, a default empty instance is used.
 
.androidx.wear.protolayout.proto.DeviceParameters device_configuration = 1;

Returns:

The deviceConfiguration.

public boolean hasCurrentState()

 The State that should be used when building the tile.
 
.androidx.wear.protolayout.proto.State current_state = 2;

Returns:

Whether the currentState field is set.

public StateProto.State getCurrentState()

 The State that should be used when building the tile.
 
.androidx.wear.protolayout.proto.State current_state = 2;

Returns:

The currentState.

public int getTileId()

 The ID of the tile being requested.
 
uint32 tile_id = 3;

Returns:

The tileId.