RoomInputToolbarView: Add file upload action.

This commit is contained in:
SBiOSoftWhare
2019-07-11 19:03:32 +02:00
parent cee3ee7782
commit 843ce9024f
4 changed files with 25 additions and 0 deletions

View File

@@ -38,6 +38,13 @@ typedef enum : NSUInteger
*/
- (void)roomInputToolbarViewPresentStickerPicker:(MXKRoomInputToolbarView*)toolbarView;
/**
Tells the delegate that the user wants to send external files.
@param toolbarView the room input toolbar view
*/
- (void)roomInputToolbarViewDidTapFileUpload:(MXKRoomInputToolbarView*)toolbarView;
@end
/**