UploadFactor

A set of factors representing the state of the uploader and the reasons why the upload might be stopped.

Entries

Link copied to clipboard

Uploader-specific factor. Uploader is disabled

Link copied to clipboard

Uploader-specific factor. The uploader did not find any items to upload.

Link copied to clipboard

Uploader-specific factor. Any credentials required fo upload is not read

Link copied to clipboard

Storage-specific factor. For the uploader to work, scanning the backend storage is required.

Link copied to clipboard

Storage-specific factor. User does not have enough space in the cloud storage

Link copied to clipboard

Storage-specific factor. For the uploader to work, scanning the local storage is required.

Link copied to clipboard

Storage-specific factor. Permissions to work with local storage have not been granted.

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

System-specific factor. Apps negotiating about which one will be responsible for uploading photos to the cloud

Link copied to clipboard

System-specific factor. Another app is responsible for uploading to the cloud. This app will not upload.

Link copied to clipboard

System-specific factor. Not enough battery level to continue auto-upload

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.