mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
sync folders & added org id for ciphers/logins
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Bit.App.Abstractions
|
||||
public interface ISyncService
|
||||
{
|
||||
bool SyncInProgress { get; }
|
||||
Task<bool> SyncAsync(string id);
|
||||
Task<bool> SyncCipherAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
|
||||
Task<bool> SyncDeleteLoginAsync(string id);
|
||||
Task<bool> FullSyncAsync(bool forceSync = false);
|
||||
|
||||
Reference in New Issue
Block a user