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
+8
View File
@@ -103,8 +103,16 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
// The customized room data source for Vector
@property (nonatomic, nullable) RoomDataSource *customizedRoomDataSource;
/**
Retrieve the live data source in cases where the timeline is not live.
@param onComplete completion block
*/
- (void)setupRoomDataSourceToResolveEvent: (void (^)(MXKRoomDataSource *roomDataSource))onComplete;
/**
Cancels current event selection inside the timeline.
*/
- (void)cancelEventSelection;
/**