public class

EventReaders.TileLeaveEvent

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.readers.EventReaders.TileLeaveEvent

Overview

Reader for a TileLeaveEventData instance.

Summary

Methods
public static EventReaders.TileLeaveEventfromParcelable(TileLeaveEventData parcelable)

Create an instance of this reader from a given TileLeaveEventData instance.

public intgetTileId()

Get the tile ID of the tile that was left.

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

Methods

public static EventReaders.TileLeaveEvent fromParcelable(TileLeaveEventData parcelable)

Create an instance of this reader from a given TileLeaveEventData instance.

public int getTileId()

Get the tile ID of the tile that was left.