-
public interface SendBird.GetAllEmojiHandler
getAllEmoji handler. This handler provides callback for getAllEmoji.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(EmojiContainer emojiContainer, SendBirdException e)
A callback for when emoji information is got. -
-
Method Detail
-
onResult
abstract void onResult(EmojiContainer emojiContainer, SendBirdException e)
A callback for when emoji information is got.
- Parameters:
emojiContainer
- Emoji information.e
-null
if no error.
-
-
-
-