configuration
Uploader configuration, which is used to control its operation. You can control the uploader by passing the configuration object you want to the uploader.
Example:
val files: FilesManager
files.fileUploader.configuration = files.fileUploader.configuration.copy(
isRoamingUploadEnabled = true
)Content copied to clipboard
Default configuration:
isCellularUploadEnabled = false
isRoamingUploadEnabled = false
maxRetryCount = 3Content copied to clipboard