DownloadOptions

Structure to configure download session.

Constructors

Link copied to clipboard
open fun DownloadOptions(@NonNull request: HttpRequest, @NonNull localPath: String, resume: Boolean, memoryThreshold: Int)
Link copied to clipboard
open fun DownloadOptions(@NonNull request: HttpRequest, @NonNull localPath: String)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var resume: Boolean