public class

EventReaders.TileRemoveEvent

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.readers.EventReaders.TileRemoveEvent

Overview

Reader for a TileRemoveEventData instance.

Summary

Methods
public static EventReaders.TileRemoveEventfromParcelable(TileRemoveEventData parcelable)

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

public intgetTileId()

Get the tile ID of the tile removed from the carousel.

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

Methods

public static EventReaders.TileRemoveEvent fromParcelable(TileRemoveEventData parcelable)

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

public int getTileId()

Get the tile ID of the tile removed from the carousel.