mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
sync org keys and refactors
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Bit.App.Abstractions
|
||||
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
|
||||
Task<bool> SyncDeleteLoginAsync(string id);
|
||||
Task<bool> SyncSettingsAsync();
|
||||
Task<bool> SyncProfileAsync();
|
||||
Task<bool> FullSyncAsync(bool forceSync = false);
|
||||
Task<bool> FullSyncAsync(TimeSpan syncThreshold, bool forceSync = false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user