PlacesApiProtocol
public protocol PlacesApiProtocol : AnyObject, Sendable
-
Declaration
Swift
func bookmarksReset() throws -
Declaration
Swift
func bookmarksSync(keyId: String, accessToken: String, syncKey: String, tokenserverUrl: Url) throws -> String -
Declaration
Swift
func historySync(keyId: String, accessToken: String, syncKey: String, tokenserverUrl: Url) throws -> String -
Declaration
Swift
func newConnection(connType: ConnectionType) throws -> PlacesConnection -
Declaration
Swift
func registerWithSyncManager() -
Declaration
Swift
func resetHistory() throws