Builder

class Builder(context: Context)

Create a downloader

Parameters

context

Context, it will be turned into application context internally

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
Link copied to clipboard
fun setIdentifier(identifier: String): Downloader.Builder

Set the current user identifier when creating the downloader

Link copied to clipboard
fun setMaxParallelDownloads(maxParallelDownloads: Int): Downloader.Builder

Set max parallel downloads, default is 3