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 e5d39274ff
commit 54560b09fd
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;