mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
[RoomActivitiesView] Add room replacement display
This commit is contained in:
@@ -77,6 +77,14 @@
|
||||
*/
|
||||
- (void)displayScrollToBottomIcon:(NSUInteger)newMessagesCount onIconTapGesture:(void (^)(void))onIconTapGesture;
|
||||
|
||||
|
||||
/**
|
||||
Notify that the a room is obsolete and a replacement room is available.
|
||||
|
||||
@param onRoomReplacementLinkTapped block called when user selects the room replacement link.
|
||||
*/
|
||||
- (void)displayRoomReplacementWithRoomLinkTappedHandler:(void (^)(void))onRoomReplacementLinkTapped;
|
||||
|
||||
/**
|
||||
Remove any displayed information.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user