mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
RoomVC: Handle live location banner display on user location status change.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
@class UniversalLinkParameters;
|
||||
@protocol RoomViewControllerDelegate;
|
||||
@class RoomDisplayConfiguration;
|
||||
@class LiveLocationSharingBannerView;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -89,6 +90,16 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
*/
|
||||
@property (nonatomic, nullable) NSString *parentSpaceId;
|
||||
|
||||
|
||||
/// Handles all banners that should be displayed at the top of the timeline but that should not scroll with the timeline
|
||||
@property (weak, nonatomic, nullable) IBOutlet UIStackView *topBannersStackView;
|
||||
|
||||
/// Indicate YES to show live location sharing banner
|
||||
@property (nonatomic, readonly) BOOL shouldShowLiveLocationSharingBannerView;
|
||||
|
||||
/// Displayed live location sharing banner if any
|
||||
@property (nonatomic, weak) LiveLocationSharingBannerView *liveLocationSharingBannerView;
|
||||
|
||||
/**
|
||||
Display the preview of a room that is unknown for the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user