Category

data class Category(id: Int, name: String?)

Message category having an ID and optional a name.

Constructors

Category
Link copied to clipboard
fun Category(id: Int, name: String?)

Properties

id
Link copied to clipboard
val id: Int

ID of the HIM message category

name
Link copied to clipboard
val name: String?

Localized name of the HIM message category