How to detect MenuSheet's open/close/item selection events? #59
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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
SBUMenuSheetViewController
's open/close/item selection events?Use case
Guide & Snippet
SBUGroupChannelModule.List
andSBUMessageThreadModule.List
to view or add events.func showMessageMenuSheet(for:cell:)
methodfunc baseChannelModule(_:didDismissMenuForCell:)
delegate methodfunc baseChannelModule(_:didTapCopyMessage:)
func baseChannelModule(_:didTapDeleteMessage:)
func baseChannelModule(_:didTapEditMessage:)
func baseChannelModule(_:didTapSaveMessage:)
func baseChannelModule(_:didTapReplyMessage:)
Reference
Beta Was this translation helpful? Give feedback.
All reactions