mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Cipher api repository and various sync operations from push notifications.
This commit is contained in:
@@ -4,6 +4,10 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<bool> SyncAsync();
|
||||
Task<bool> SyncAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id);
|
||||
Task<bool> SyncDeleteSiteAsync(string id);
|
||||
Task<bool> FullSyncAsync();
|
||||
Task<bool> IncrementalSyncAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user