Syncer
public protocol Syncer : GenericSyncer
Syncer which can sync transactions between the sheet and ledger
-
Start the sync process
Declaration
Swift
func start(authentication: Authentication, completion: @escaping (Result<SyncResult, Error>) -> Void)
Parameters
authentication
valid authentication for the Google Sheet API
completion
result of the sync