mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
remove incremental syncs and move to full syncs with revision checks
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Bit.App.Abstractions
|
||||
Task<bool> SyncAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
|
||||
Task<bool> SyncDeleteLoginAsync(string id);
|
||||
Task<bool> FullSyncAsync();
|
||||
Task<bool> IncrementalSyncAsync(TimeSpan syncThreshold);
|
||||
Task<bool> IncrementalSyncAsync();
|
||||
Task<bool> FullSyncAsync(bool forceSync = false);
|
||||
Task<bool> FullSyncAsync(TimeSpan syncThreshold, bool forceSync = false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user