public final class

EventBuilders.TileRemoveEvent.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.EventBuilders.TileRemoveEvent.Builder

Overview

Builder for EventBuilders.TileRemoveEvent

Summary

Constructors
publicBuilder()

Creates an instance of EventBuilders.TileAddEvent.Builder.

Methods
public EventBuilders.TileRemoveEventbuild()

Builds an instance from accumulated values.

public EventBuilders.TileRemoveEvent.BuildersetTileId(int tileId)

Sets 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

Constructors

public Builder()

Creates an instance of EventBuilders.TileAddEvent.Builder.

Methods

public EventBuilders.TileRemoveEvent.Builder setTileId(int tileId)

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

Builds an instance from accumulated values.