TabsStoreProtocol
public protocol TabsStoreProtocol : AnyObject, Sendable
-
Declaration
Swift
func bridgedEngine() -> TabsBridgedEngine -
Declaration
Swift
func closeConnection() -
Declaration
Swift
func getAll() -> [ClientRemoteTabs] -
Declaration
Swift
func newRemoteCommandStore() -> RemoteCommandStore -
Declaration
Swift
func registerWithSyncManager() -
Declaration
Swift
func setLocalTabs(remoteTabs: [RemoteTabRecord])