getEmoji

fun SendbirdChat.getEmoji(key: String, handler: ResultHandler<Emoji>?)

Requests the emoji. The result is passed to handler.

Since

4.15.0

Parameters

key

Emoji key.

handler

Callback handler.


suspend fun SendbirdChat.getEmoji(key: String): Emoji

Deprecated

As of 4.17.0, replaced with awaitGetEmoji(key).

Replace with

awaitGetEmoji(key)

Requests the emoji. The result is passed to handler.

Since

4.15.0

Parameters

key

Emoji key.