RemoteSettingsProtocol
public protocol RemoteSettingsProtocol : AnyObject
-
Download an attachment with the provided id to the provided path.
Declaration
Swift
func downloadAttachmentToPath(attachmentId: String, path: String) throws
-
Fetch all records for the configuration this client was initialized with.
Declaration
Swift
func getRecords() throws -> RemoteSettingsResponse
-
Fetch all records added to the server since the provided timestamp, using the configuration this client was initialized with.
Declaration
Swift
func getRecordsSince(timestamp: UInt64) throws -> RemoteSettingsResponse