OtaResourcesConfig
Configuration for over-the-air (OTA) resource downloads and local storage.
Constructors
Properties
Whether the SDK checks for and downloads updated OTA resources on init. When false, no OTA update check is performed and cached/bundled resources are used as-is.
Folder name where updated OTA resources are downloaded and cached when checkForUpdates is true.
Timeout settings for OTA resource downloads.
URL of the OTA versions/download service used when checkForUpdates is true.
Controls how the SDK handles a failed OTA update download during initialization. Only applied when checkForUpdates is set to true. When strict is set to true, SDK initialization throws if the OTA update fails. When strict is set to false, initialization continues and the SDK falls back to the cached/bundled resources.