mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
RoomBubbleCellData: Handle live location cell and beacon info summary.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#import "MatrixKit.h"
|
||||
|
||||
@protocol MXBeaconInfoSummaryProtocol;
|
||||
|
||||
extern NSString *const URLPreviewDidUpdateNotification;
|
||||
|
||||
// Custom tags for MXKRoomBubbleCellDataStoring.tag
|
||||
@@ -33,7 +35,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
RoomBubbleCellDataTagGroupCall,
|
||||
RoomBubbleCellDataTagRoomCreationIntro,
|
||||
RoomBubbleCellDataTagPoll,
|
||||
RoomBubbleCellDataTagLocation
|
||||
RoomBubbleCellDataTagLocation,
|
||||
RoomBubbleCellDataTagLiveLocation
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -92,6 +95,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
*/
|
||||
@property(nonatomic) BOOL isKeyVerificationOperationPending;
|
||||
|
||||
@property(nonatomic, strong, readonly) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
|
||||
|
||||
/**
|
||||
Index of the component which needs a sent tick displayed. -1 if none.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user