Sync Manager
Constructors
Link copied to clipboard
constructor(pointer: <Error class: unknown class>)
constructor(noPointer: NoPointer)
This constructor can be used to instantiate a fake object. Only used for tests. Any attempt to actually use an object constructed this way will fail as there is no connected Rust object.
constructor()
Functions
Link copied to clipboard
Link copied to clipboard
Disconnect engines from sync, deleting/resetting the sync-related data
Link copied to clipboard
Get a list of engine names available for syncing
Link copied to clipboard
Perform a sync. See SyncParams and SyncResult for details on how this works
Link copied to clipboard