Constructors

Link copied to clipboard
constructor(remoteSettingsConfig: RemoteSettingsConfig)

Construct a new Remote Settings client with the given configuration.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun downloadAttachmentToPath(attachmentId: String, path: String)

Download an attachment with the provided id to the provided path.

Link copied to clipboard
open override fun getRecords(): RemoteSettingsResponse

Fetch all records for the configuration this client was initialized with.

Link copied to clipboard
open override fun getRecordsSince(timestamp: ULong): RemoteSettingsResponse

Fetch all records added to the server since the provided timestamp, using the configuration this client was initialized with.