RemoteSettingsInterface

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun downloadAttachmentToPath(attachmentId: String, path: String)

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

Link copied to clipboard

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

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

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