kotlin-components-docs
jvm
kotlin-components-docs
/
org.mozilla.experiments.nimbus.internal
/
NimbusServerSettings
Nimbus
Server
Settings
data
class
NimbusServerSettings
(
var
rsService
:
RemoteSettingsService
,
var
collectionName
:
String
)
:
Disposable
Members
Constructors
Nimbus
Server
Settings
Link copied to clipboard
constructor
(
rsService
:
RemoteSettingsService
,
collectionName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
destroy
Link copied to clipboard
open
override
fun
destroy
(
)
Properties
collection
Name
Link copied to clipboard
var
collectionName
:
String
rs
Service
Link copied to clipboard
var
rsService
:
RemoteSettingsService