ResourcesConfig
data class ResourcesConfig(val download: Boolean = true, val serviceUrl: String = defaultResourceDownloadUrl, val localFolder: String = defaultResourcesLocalFolder, val requestTimeout: RequestTimeout = RequestTimeout.DEFAULT) : Parcelable
Configuration for SDK resource downloads and local storage.
Constructors
Link copied to clipboard
constructor(download: Boolean = true, serviceUrl: String = defaultResourceDownloadUrl, localFolder: String = defaultResourcesLocalFolder, requestTimeout: RequestTimeout = RequestTimeout.DEFAULT)
Properties
Link copied to clipboard
Local folder name where resources will be downloaded and cached. If resources are being downloaded, this defines the name of the folder within the application's cache folder where resources will be cached. If resource downloading is disabled, this defines the path in the application's assets where the resources can be found.
Link copied to clipboard
Timeout settings for resource downloads.
Link copied to clipboard
URL where resources are hosted when download is enabled.