Project: /_project.yaml Book: /_book.yaml

fuchsia.developer.tiles

PROTOCOLS

Controller {:#Controller}

Defined in fuchsia.developer.tiles/tiles.fidl

AddTileFromURL {:#AddTileFromURL}

Instantiates a component by its URL and adds a tile backed by that component's ViewProvider. Returns a key for the tile that can be used for resizing or removing the tile, or 0 on failure.

Request

Response

AddTileFromViewProvider {:#AddTileFromViewProvider}

Adds a tile backed by a view from the view provider. Returns a key for the tile that can be used for resizing or removing the tile, or 0 on failure.

Request

Response

RemoveTile {:#RemoveTile}

Removes the tile with the given key.

Request

ListTiles {:#ListTiles}

Returns a list of tiles.

Request

Response

Quit {:#Quit}

Asks the tiles component to quit.

Request