kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.remotesettings
/
RemoteSettingsServer
Remote
Settings
Server
sealed
class
RemoteSettingsServer
The Remote Settings server that the client should use.
Inheritors
Prod
ProdV2
Stage
StageV2
Dev
DevV2
Custom
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
data
class
Custom
(
val
url
:
String
)
:
RemoteSettingsServer
Dev
Link copied to clipboard
object
Dev
:
RemoteSettingsServer
Dev
V2
Link copied to clipboard
object
DevV2
:
RemoteSettingsServer
Prod
Link copied to clipboard
object
Prod
:
RemoteSettingsServer
Prod
V2
Link copied to clipboard
object
ProdV2
:
RemoteSettingsServer
Stage
Link copied to clipboard
object
Stage
:
RemoteSettingsServer
Stage
V2
Link copied to clipboard
object
StageV2
:
RemoteSettingsServer