getAllEmoji

fun SendbirdChat.getAllEmoji(handler: ResultHandler<EmojiContainer>?)

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

Since

4.15.0

Parameters

handler

Callback handler.


suspend fun SendbirdChat.getAllEmoji(): EmojiContainer

Deprecated

As of 4.17.0, replaced with awaitGetAllEmoji().

Replace with

awaitGetAllEmoji()

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

Since

4.15.0