EmojiManager

Manager providing emoji information from Sendbird server.

Since

1.2.0

Properties

Link copied to clipboard

Returns the list of Emoji registering Sendbird server

Link copied to clipboard
val emojiCategories: List<<Error class: unknown class>>

Returns the list of EmojiCategory registering Sendbird server

Link copied to clipboard

Returns the emoji hash

Functions

Link copied to clipboard
fun getEmojis(categoryId: Long): List<UiKitEmoji>

Returns the list of UiKitEmoji registering Sendbird server

Link copied to clipboard
fun getEmojiUrl(emojiKey: String): String?

Returns the emoji url corresponding to emoji key

Link copied to clipboard
fun init()
Link copied to clipboard
fun upsertEmojiContainer(emojiContainer: <Error class: unknown class>)