public class

RequestReaders.TileRequest

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.readers.RequestReaders.TileRequest

Overview

Reader for a TileRequestData instance.

Summary

Methods
public static RequestReaders.TileRequestfromParcelable(TileRequestData parcelable, int tileId)

public DeviceParametersReaders.DeviceParametersgetDeviceParameters()

Get parameters describing the device requesting this tile.

public StateBuilders.StategetState()

Get the StateBuilders.State that the tile should be built with.

public intgetTileId()

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

Methods

public StateBuilders.State getState()

Get the StateBuilders.State that the tile should be built with.

public DeviceParametersReaders.DeviceParameters getDeviceParameters()

Get parameters describing the device requesting this tile.

public int getTileId()

public static RequestReaders.TileRequest fromParcelable(TileRequestData parcelable, int tileId)