mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Incremental sync only every 30 minutes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Threading.Tasks;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
@@ -9,6 +10,7 @@ namespace Bit.App.Abstractions
|
||||
Task<bool> SyncDeleteFolderAsync(string id);
|
||||
Task<bool> SyncDeleteSiteAsync(string id);
|
||||
Task<bool> FullSyncAsync();
|
||||
Task<bool> IncrementalSyncAsync(TimeSpan syncThreshold);
|
||||
Task<bool> IncrementalSyncAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user