Download
Tizen enables you to download files from the Internet. You can also monitor the download progress and status.
The Download API is mandatory for the Tizen mobile profile, but optional for the wearable profile. This means that it is supported in all mobile devices, but may not be supported in all wearable devices. The Download API is supported on all Tizen Emulators.
The main features of the Download API include:
- Managing downloads
You can start, pause, resume, and cancel a download of content using the DownloadManager interface (in mobile and wearable applications).
- Checking the download state and information
You can access the current download state and retrieve the download information using the DownloadManager interface. The states are defined in the DownloadState enumerator (in mobile and wearable applications).