RoomViewController: Add delegate method for live location screen presentation request.

This commit is contained in:
SBiOSoftWhare
2022-04-27 16:20:09 +02:00
parent 8ef863ef78
commit 087df9fe0b
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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;