Room peeking support

- Update preview header handling.
This commit is contained in:
giomfo
2016-06-10 17:15:42 +02:00
parent 3106821c19
commit 36846071ba
10 changed files with 254 additions and 166 deletions
+6 -1
View File
@@ -42,6 +42,11 @@
*/
@property (nonatomic) BOOL showExpandedHeader;
/**
Preview data for a room invitation received by email, or a link to a room.
*/
@property (nonatomic, readonly) RoomPreviewData *roomPreviewData;
/**
Display the preview of a room that is unknown for the user.
@@ -49,7 +54,7 @@
@param roomPreviewData the data for the room preview.
*/
- (void)displayRoomPreview:(RoomPreviewData*)previewData;
- (void)displayRoomPreview:(RoomPreviewData*)roomPreviewData;
@end