public final class

RequestBuilders.TileRequest

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.RequestBuilders.TileRequest

Overview

Parameters passed to a TileBuilders.Tile service when the renderer is requesting a new version of the tile.

Summary

Methods
public static RequestBuilders.TileRequestfromProto(RequestProto.TileRequest proto)

public DeviceParametersBuilders.DeviceParametersgetDeviceParameters()

Gets parameters describing the device requesting the tile update.

public StateBuilders.StategetState()

Gets the state that should be used when building the tile.

public RequestProto.TileRequesttoProto()

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

Methods

public DeviceParametersBuilders.DeviceParameters getDeviceParameters()

Gets parameters describing the device requesting the tile update.

public StateBuilders.State getState()

Gets the state that should be used when building the tile.

public static RequestBuilders.TileRequest fromProto(RequestProto.TileRequest proto)

public RequestProto.TileRequest toProto()