mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add documentation
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user