Emoji

class Emoji

Objects representing a emoji.

Since

3.0.130

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the emoji.

Link copied to clipboard
val url: String

The url of the emoji.

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