markTileAsInstalled

suspend fun markTileAsInstalled(tileName: String)

Marks a tile as installed. Call this in TileService#onTileAddEvent. Supplying a name is mandatory to disambiguate from the installation or removal of other tiles your app may have.

Parameters

tileName

The name of the tile.