markTileAsRemoved

suspend fun markTileAsRemoved(tileName: String)

Marks a tile as removed. Call this in TileService#onTileRemoveEvent. 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.