EmojiContainer

Objects representing emoji information.

Since

3.0.130

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of emoji categories.

Link copied to clipboard

The hash value of emoji information.

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 EmojiContainer 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