mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Chat screen: New message(s) notification #532
This commit is contained in:
@@ -62,6 +62,15 @@
|
||||
*/
|
||||
- (void)displayOngoingConferenceCall:(NSString*)labelText;
|
||||
|
||||
/**
|
||||
Display a "scroll to bottom" icon.
|
||||
Replace the current notification if any.
|
||||
|
||||
@param newMessagesCount the count of the unread messages.
|
||||
@param onIconTapGesture block called when user taps on notification icon.
|
||||
*/
|
||||
- (void)displayScrollToBottomIcon:(NSUInteger)newMessagesCount onIconTapGesture:(void (^)(void))onIconTapGesture;
|
||||
|
||||
/**
|
||||
Remove any displayed information.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user