RemoteSettingsConfig

data class RemoteSettingsConfig(var server: RemoteSettingsServer? = null, var bucketName: String? = null, var appContext: RemoteSettingsContext? = null)

Remote settings configuration

Constructors

Link copied to clipboard
constructor(server: RemoteSettingsServer? = null, bucketName: String? = null, appContext: RemoteSettingsContext? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

App context to use for JEXL filtering (when the jexl feature is present).

Link copied to clipboard

Bucket name to use, defaults to "main". Use "main-preview" for a preview bucket

Link copied to clipboard

The Remote Settings server to use. Defaults to RemoteSettingsServer::Prod,