mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Merge branch 'develop' into aringenbach/3526_user_pills
This commit is contained in:
@@ -70,6 +70,9 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
// Remove Jitsi widget container
|
||||
@property (weak, nonatomic, nullable) IBOutlet UIView *removeJitsiWidgetContainer;
|
||||
|
||||
// Error presenter
|
||||
@property (nonatomic, strong, readonly) MXKErrorAlertPresentation *errorPresenter;
|
||||
|
||||
/**
|
||||
Preview data for a room invitation received by email, or a link to a room.
|
||||
*/
|
||||
@@ -264,6 +267,10 @@ handleUniversalLinkWithParameters:(UniversalLinkParameters*)parameters;
|
||||
didRequestLocationPresentationForEvent:(MXEvent *)event
|
||||
bubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
/// Ask the coordinator to present the live location sharing viewer.
|
||||
- (void)roomViewController:(RoomViewController *)roomViewController
|
||||
didRequestLiveLocationPresentationForBubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
- (nullable UIActivityViewController *)roomViewController:(RoomViewController *)roomViewController
|
||||
locationShareActivityViewControllerForEvent:(MXEvent *)event;
|
||||
|
||||
@@ -296,7 +303,7 @@ didRequestEditForPollWithStartEvent:(MXEvent *)startEvent;
|
||||
- (void)roomViewControllerDidStopLoading:(RoomViewController *)roomViewController;
|
||||
|
||||
/// User tap live location sharing stop action
|
||||
- (void)roomViewControllerDidStopLiveLocationSharing:(RoomViewController *)roomViewController;
|
||||
- (void)roomViewControllerDidStopLiveLocationSharing:(RoomViewController *)roomViewController beaconInfoEventId:(nullable NSString*)beaconInfoEventId;
|
||||
|
||||
/// User tap live location sharing banner
|
||||
- (void)roomViewControllerDidTapLiveLocationSharingBanner:(RoomViewController *)roomViewController;
|
||||
|
||||
Reference in New Issue
Block a user