UploadConfiguration

data class UploadConfiguration(uploadBundleSize: Int)

Configuration for max number of resources to be uploaded in a Bundle.The default size is DEFAULT_BUNDLE_SIZE.

Constructors

UploadConfiguration
Link copied to clipboard
fun UploadConfiguration(uploadBundleSize: Int = DEFAULT_BUNDLE_SIZE)

Properties

uploadBundleSize
Link copied to clipboard
val uploadBundleSize: Int
Number of Resources to be added in a singe Bundle for upload and default is DEFAULT_BUNDLE_SIZE

Sources

androidJvm source
Link copied to clipboard