public final class

EventProto.TileRemoveEvent.Builder

extends <any>

implements EventProto.TileRemoveEventOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.tiles.proto.EventProto.TileRemoveEvent.Builder

Overview

 Event fired when a tile has been removed from the carousel.
 
Protobuf type androidx.wear.tiles.proto.TileRemoveEvent

Summary

Methods
public EventProto.TileRemoveEvent.BuilderclearTileId()

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

public intgetTileId()

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

public EventProto.TileRemoveEvent.BuildersetTileId(int value)

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

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

Methods

public int getTileId()

 Instance ID of the removed tile, allocated when the tile instance
 was added to the carousel.
 
uint32 tile_id = 1;

Returns:

The tileId.

public EventProto.TileRemoveEvent.Builder setTileId(int value)

 Instance ID of the removed tile, allocated when the tile instance
 was added to the carousel.
 
uint32 tile_id = 1;

Parameters:

value: The tileId to set.

Returns:

This builder for chaining.

 Instance ID of the removed tile, allocated when the tile instance
 was added to the carousel.
 
uint32 tile_id = 1;

Returns:

This builder for chaining.