public interface

EventProto.TileEnterEventOrBuilder

 androidx.wear.tiles.proto.EventProto.TileEnterEventOrBuilder

Subclasses:

EventProto.TileEnterEvent, EventProto.TileEnterEvent.Builder

Summary

Methods
public intgetTileId()

 Instance ID of the tile, allocated when the tile instance is added to the
 carousel.

Methods

public int getTileId()

 Instance ID of the tile, allocated when the tile instance is added to the
 carousel. This ID will remain the same for this tile instance as long it is
 not removed from the carousel.
 
uint32 tile_id = 1;

Returns:

The tileId.