Add documentation

This commit is contained in:
aringenbach
2022-05-02 17:36:53 +02:00
parent f0bf676511
commit 69c0a7d9bd
9 changed files with 65 additions and 5 deletions

View File

@@ -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