Keywords

@Serializable(with = KeywordsSerializer::class)
class Keywords

The Keywords class.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun get(): Map<String, String>

Return an immutable copy of the keywords data.

Link copied to clipboard
fun remove(key: String): String?

Removes the specified keyword if it exists.

Link copied to clipboard
operator fun set(keyword: String, value: String): Boolean

Sets the specified value for the keyword. In the event that the keyword already exists, it will overwrite the value if valid. The value is limited to 256 characters.