mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Merge branch 'develop' into ismail/5068_start_thread
This commit is contained in:
@@ -201,6 +201,24 @@ handleUniversalLinkWithParameters:(UniversalLinkParameters*)parameters;
|
||||
*/
|
||||
- (void)roomViewControllerDidRequestPollCreationFormPresentation:(RoomViewController *)roomViewController;
|
||||
|
||||
/**
|
||||
Ask the coordinator to invoke the location sharing form coordinator.
|
||||
|
||||
@param roomViewController the `RoomViewController` instance.
|
||||
*/
|
||||
- (void)roomViewControllerDidRequestLocationSharingFormPresentation:(RoomViewController *)roomViewController;
|
||||
|
||||
/**
|
||||
Ask the coordinator to invoke the location sharing form coordinator.
|
||||
|
||||
@param roomViewController the `RoomViewController` instance.
|
||||
@param event the event containing location information
|
||||
@param bubbleData the bubble data containing sender details
|
||||
*/
|
||||
- (void)roomViewController:(RoomViewController *)roomViewController
|
||||
didRequestLocationPresentationForEvent:(MXEvent *)event
|
||||
bubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
- (BOOL)roomViewController:(RoomViewController *)roomViewController
|
||||
canEndPollWithEventIdentifier:(NSString *)eventIdentifier;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user