mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add savingAccountsEnabled property to MXKAccountManager
This commit is contained in:
@@ -48,6 +48,9 @@ extern NSString *const MXKAccountManagerDataType;
|
||||
*/
|
||||
@interface MXKAccountManager : NSObject
|
||||
|
||||
/// Flag indicating that saving accounts enabled. Defaults to `YES`.
|
||||
@property (nonatomic, assign, getter=isSavingAccountsEnabled) BOOL savingAccountsEnabled;
|
||||
|
||||
/**
|
||||
The class of store used to open matrix session for the accounts. This class must be conformed to MXStore protocol.
|
||||
By default this class is MXFileStore.
|
||||
|
||||
Reference in New Issue
Block a user