mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Merge branch 'app-extension-improvements' of https://github.com/aramsargsyan/riot-ios into app-extension-improvements
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
|
||||
@class ShareExtensionManager;
|
||||
|
||||
/**
|
||||
Posted when the matrix session has been changed.
|
||||
The notification object is the matrix session.
|
||||
*/
|
||||
extern NSString *const kShareExtensionManagerDidChangeMXSessionNotification;
|
||||
|
||||
/**
|
||||
The protocol for the manager's delegate
|
||||
*/
|
||||
@@ -58,6 +64,11 @@
|
||||
*/
|
||||
@property (nonatomic) NSExtensionContext *shareExtensionContext;
|
||||
|
||||
/**
|
||||
The associated matrix session (nil by default).
|
||||
*/
|
||||
@property (nonatomic, readonly) MXSession *mxSession;
|
||||
|
||||
/**
|
||||
A delegate used to notify about needed UI changes when sharing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user