TagsService

interface TagsService

This interface defines methods to handle tags of a room. It's implemented at the room level.

Functions

Link copied to clipboard
abstract suspend fun addTag(tag: String, order: Double?)

Add a tag to a room.

Link copied to clipboard
abstract suspend fun deleteTag(tag: String)

Remove tag from a room.