[RoomActivitiesView] Add room replacement display

This commit is contained in:
SBiOSoftWhare
2018-07-27 11:48:38 +02:00
parent 05dce242e4
commit 6fb3ce0e24
2 changed files with 72 additions and 1 deletions
@@ -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.
*/