getEmojiCategories

open fun getEmojiCategories(@NonNull message: BaseMessage): List<Long>

Returns the list of com.sendbird.android.message.EmojiCategory ids which should be available for the given BaseMessage. If the list is null, all the available emoji categories will be shown.

Return

The list of com.sendbird.android.message.EmojiCategory ids which is available for the given BaseMessage.

Parameters

message

The BaseMessage to get the emoji category for.