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 2018453e78
commit 5c4ce7009c
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;