Add savingAccountsEnabled property to MXKAccountManager

This commit is contained in:
ismailgulek
2022-06-06 16:15:32 +03:00
parent 82a3bac007
commit 2886d62815
2 changed files with 12 additions and 3 deletions
@@ -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.