EmojiCategory

Objects representing a category of emoji.

Since

3.0.130

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of emojis.

Link copied to clipboard
val id: Long

The id of the emoji category.

Link copied to clipboard

The name of the emoji category.

Link copied to clipboard
val url: String

The url of the emoji category.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Serializes the EmojiCategory instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.

Link copied to clipboard
open override fun toString(): String