1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +00:00

cascade null to sites on folder delete

This commit is contained in:
Kyle Spearrin
2016-07-31 00:19:12 -04:00
parent cf8ee2273a
commit d0fa6841c3
5 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ namespace Bit.App.Abstractions
{
bool SyncInProgress { get; }
Task<bool> SyncAsync(string id);
Task<bool> SyncDeleteFolderAsync(string id);
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
Task<bool> SyncDeleteSiteAsync(string id);
Task<bool> FullSyncAsync();
Task<bool> IncrementalSyncAsync(TimeSpan syncThreshold);