kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.remotetabs
/
TabsStoreInterface
Tabs
Store
Interface
interface
TabsStoreInterface
Inheritors
TabsStore
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
bridged
Engine
Link copied to clipboard
abstract
fun
bridgedEngine
(
)
:
TabsBridgedEngine
close
Connection
Link copied to clipboard
abstract
fun
closeConnection
(
)
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
List
<
ClientRemoteTabs
>
new
Remote
Command
Store
Link copied to clipboard
abstract
fun
newRemoteCommandStore
(
)
:
RemoteCommandStore
register
With
Sync
Manager
Link copied to clipboard
abstract
fun
registerWithSyncManager
(
)
set
Local
Tabs
Link copied to clipboard
abstract
fun
setLocalTabs
(
remoteTabs
:
List
<
RemoteTabRecord
>
)