DownloadFactor

A set of factors representing the state of the downloader and the reasons why the download might be stopped.

Entries

Link copied to clipboard

Network-specific factor. No internet connection

Link copied to clipboard

Network-specific factor. No Wi-Fi connection, but the use of mobile network is prohibited

Link copied to clipboard

Network-specific factor. Current connection in roaming, but use of mobile network in roaming is prohibited

Link copied to clipboard

Network-specific factor. Auth token has been expired. App need to re-login user.

Link copied to clipboard

Network-specific factor. Certificate pinning failure. No network requests can be proceeded.

Link copied to clipboard

Critical exception

Link copied to clipboard

SDK is being logged out

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.