DownloadOptions

open class DownloadOptions : Serializable

Structure to configure download session.

Constructors

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

Functions

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

Properties

localPath
Link copied to clipboard
private val localPath: String
request
Link copied to clipboard
private open var request: HttpRequest
resume
Link copied to clipboard
private open var resume: Boolean