Release 2.0.0

This commit is contained in:
Frank Rotermund
2022-11-27 13:18:53 +00:00
parent bf57719009
commit 0dc8ec0982
570 changed files with 20366 additions and 4410 deletions
@@ -92,6 +92,22 @@ typedef enum : NSUInteger
*/
- (void)roomInputToolbarView:(MXKRoomInputToolbarView*)toolbarView sendTextMessage:(NSString*)textMessage;
/**
Tells the delegate that the user wants to send a formatted text message.
@param toolbarView the room input toolbar view.
@param formattedTextMessage the formatted message to send.
@param rawText the raw message to send.
*/
- (void)roomInputToolbarView:(MXKRoomInputToolbarView *)toolbarView sendFormattedTextMessage:(NSString *)formattedTextMessage withRawText:(NSString *)rawText;
/**
Tells the delegate that the user wants to display the send media actions.
@param toolbarView the room input toolbar view.
*/
- (void)roomInputToolbarViewShowSendMediaActions:(MXKRoomInputToolbarView *)toolbarView;
/**
Tells the delegate that the user wants to send an image.
@@ -222,7 +238,7 @@ typedef enum : NSUInteger
@discussion This is the designated initializer for programmatic instantiation.
@return An initialized `MXKRoomInputToolbarView-inherited` object if successful, `nil` otherwise.
*/
+ (instancetype)roomInputToolbarView;
+ (MXKRoomInputToolbarView *)instantiateRoomInputToolbarView;
/**
The delegate notified when inputs are ready.
@@ -333,7 +349,7 @@ typedef enum : NSUInteger
actually used to retrieve the keyboard view. Indeed the keyboard view is the superview of
the accessory view when the message composer become the first responder.
*/
@property (readonly) UIView *inputAccessoryViewForKeyboard;
@property UIView *inputAccessoryViewForKeyboard;
/**
Display the keyboard.