1
0
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:
Kyle Spearrin
2017-04-21 22:33:09 -04:00
parent 439370e25a
commit b26c3d050c
5 changed files with 96 additions and 87 deletions

View File

@@ -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);
}