mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
New App Layout: added suppport for room invites in the all chats screen
This commit is contained in:
@@ -221,5 +221,15 @@ typedef enum : NSUInteger {
|
||||
*/
|
||||
- (BOOL)dataSource:(MXKDataSource*)dataSource shouldDoAction:(NSString *)actionIdentifier inCell:(id<MXKCellRendering>)cell userInfo:(NSDictionary *)userInfo defaultValue:(BOOL)defaultValue;
|
||||
|
||||
/**
|
||||
Notify the delegate that invites count did change
|
||||
|
||||
@see `MXKCellRenderingDelegate` for more details.
|
||||
|
||||
@param dataSource the involved data source.
|
||||
@param invitesCount number of rooms in the invites section.
|
||||
*/
|
||||
- (void)dataSource:(MXKDataSource*)dataSource didUpdateInvitesCount:(NSUInteger)invitesCount;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user