addFollowedCategory

abstract fun addFollowedCategory(category: String)

Adds a single category ID to the user's followed categories. If the category is already followed, it will not be added again.

Parameters

category

The ID of the category to add.