mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Warn unknown devices: Show an alert when sending a message while there are unknown devices in the room.
Show the error in the room activities view too.
This commit is contained in:
@@ -33,10 +33,11 @@
|
||||
Notify that some messages are not sent.
|
||||
Replace the current notification if any.
|
||||
|
||||
@param notification the notification message to display.
|
||||
@param onResendLinkPressed block called when user selects the resend link.
|
||||
@param onIconTapGesture block called when user taps on notification icon.
|
||||
*/
|
||||
- (void)displayUnsentMessagesNotificationWithResendLink:(void (^)(void))onResendLinkPressed andIconTapGesture:(void (^)(void))onIconTapGesture;
|
||||
- (void)displayUnsentMessagesNotification:(NSString*)notification withResendLink:(void (^)(void))onResendLinkPressed andIconTapGesture:(void (^)(void))onIconTapGesture;
|
||||
|
||||
/**
|
||||
Display network error.
|
||||
|
||||
Reference in New Issue
Block a user