getEmojiCategory

fun SendbirdChat.getEmojiCategory(emojiCategoryId: Long, handler: ResultHandler<EmojiCategory>?)

Requests the emoji category. The result is passed to handler.

Since

4.15.0

Parameters

emojiCategoryId

Emoji category id.

handler

Callback handler.


suspend fun SendbirdChat.getEmojiCategory(emojiCategoryId: Long): EmojiCategory

Deprecated

As of 4.17.0, replaced with awaitGetEmojiCategory(emojiCategoryId).

Replace with

awaitGetEmojiCategory(emojiCategoryId)

Requests the emoji category. The result is passed to handler.

Since

4.15.0

Parameters

emojiCategoryId

Emoji category id.