How to customize message menu items? #72
tezpark
announced in
1. Chatting in a channel
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Guide & Snippet
If they want to customize the message menu items, it can be resolved by overriding
createMessageMenuItems(for:)
method inSBUGroupChannelModule.List
(orSBUOpenChannelModule.List
,SBUMessageThreadModule.List
)Create
CustomChannelModuleList
class and overridecreateMessageMenuItems(for:)
method and implement menu items.SBUModuleSet
.Beta Was this translation helpful? Give feedback.
All reactions