RemoteSettingsConfig2

data class RemoteSettingsConfig2(var server: RemoteSettingsServer? = null, var bucketName: String? = null)

Remote settings configuration

This is the version used in the new API, hence the 2 at the end. The plan is to move consumers to the new API, remove the RemoteSettingsConfig struct, then remove the 2 from this name.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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,