setParallelDownloadsLimit static method
- int count
Configure the maximum number of parallel downloads performed by the SDK.
The default value is 3.
Parameters
count: The maximum number of concurrent downloads.
Implementation
static void setParallelDownloadsLimit(final int count) {
staticMethod('ContentStore', 'setParallelDownloadsLimit', args: count);
}