Chat screen: New message(s) notification #532

This commit is contained in:
giomfo
2016-08-29 18:34:00 +02:00
parent 69921b6905
commit 456cb8d770
4 changed files with 125 additions and 16 deletions
@@ -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.
*/