mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Directory server list: List user's HS directories too
List the rooms of the selected HS
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
Display data managed by the passed `MXKDirectoryServersDataSource`.
|
||||
|
||||
@param dataSource the data source serving the data.
|
||||
@param onComplete a block called when the picker disappears. It provides either the selected
|
||||
protocol instance or a new homeserver URL.
|
||||
@param onComplete a block called when the picker disappears. It provides data about
|
||||
the selected protocol instance or homeserver.
|
||||
Both nil means the user cancelled the picker.
|
||||
*/
|
||||
- (void)displayWithDataSource:(MXKDirectoryServersDataSource*)dataSource
|
||||
onComplete:(void (^)(MXThirdPartyProtocolInstance *thirdpartyProtocolInstance, NSString *homeserver))onComplete;
|
||||
onComplete:(void (^)(id<MXKDirectoryServerCellDataStoring> cellData))onComplete;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user