mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
RoomViewController: Add delegate method for live location screen presentation request.
This commit is contained in:
@@ -249,6 +249,11 @@ handleUniversalLinkWithParameters:(UniversalLinkParameters*)parameters;
|
||||
didRequestLocationPresentationForEvent:(MXEvent *)event
|
||||
bubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
/// Ask the coordinator to present the live location sharing viewer.
|
||||
- (void)roomViewController:(RoomViewController *)roomViewController
|
||||
didRequestLiveLocationPresentationForEvent:(MXEvent *)event
|
||||
bubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
- (nullable UIActivityViewController *)roomViewController:(RoomViewController *)roomViewController
|
||||
locationShareActivityViewControllerForEvent:(MXEvent *)event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user