mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Add documentation
This commit is contained in:
@@ -55,6 +55,12 @@ typedef enum : NSUInteger
|
||||
*/
|
||||
- (void)roomInputToolbarViewDidOpenActionMenu:(MXKRoomInputToolbarView*)toolbarView;
|
||||
|
||||
/**
|
||||
Tells the delegate that the user wants to send an attributed text message.
|
||||
|
||||
@param toolbarView the room input toolbar view.
|
||||
@param attributedTextMessage the attributed string to send.
|
||||
*/
|
||||
- (void)roomInputToolbarView:(RoomInputToolbarView *)toolbarView sendAttributedTextMessage:(NSAttributedString *)attributedTextMessage;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user