public interface

EventProto.TileAddEventOrBuilder

 androidx.wear.tiles.proto.EventProto.TileAddEventOrBuilder

Subclasses:

EventProto.TileAddEvent, EventProto.TileAddEvent.Builder

Summary

Methods
public intgetTileId()

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

Methods

public int getTileId()

 Instance ID of the added tile, allocated when the tile instance was 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.