mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Introduce room vc notifications
This commit is contained in:
@@ -37,6 +37,16 @@ extern NSNotificationName const RoomCallTileTappedNotification;
|
||||
*/
|
||||
extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
|
||||
/**
|
||||
Notification string used to indicate the view of a 'RoomViewController' instance did appear. Notification object will be 'RoomViewController' instance.
|
||||
*/
|
||||
extern NSNotificationName const RoomViewControllerViewDidAppearNotification;
|
||||
|
||||
/**
|
||||
Notification string used to indicate the view of a 'RoomViewController' instance did disappear. Notification object will be 'RoomViewController' instance.
|
||||
*/
|
||||
extern NSNotificationName const RoomViewControllerViewDidDisappearNotification;
|
||||
|
||||
@interface RoomViewController : MXKRoomViewController
|
||||
|
||||
// The preview header
|
||||
|
||||
Reference in New Issue
Block a user