For more information on aValue, see the HandleDownloadEventL function.
Enumerator | Value | Description |
---|---|---|
EDownloadEventStarted |
A download has started. The aValue associated with this event is the total size of the file to be downloaded. See also: For more information on aValue, see HandleDownloadEventL. | |
EDownloadEventCompleted |
A download has completed. The aValue associated with this event is the total size of the file that was downloaded. | |
EDownloadEventProgress |
A download is in progress. The aValue associated with this event is the size of the file that was downloaded so far. | |
EDownloadEventCanceled |
A download was canceled by the HandleDownloadCommandL function. | |
EDownloadEventError |
An error occurred in the Download Manager during a download operation. | |
EDownloadEventPaused |
A download was paused. The aValue associated with this event is the size of the file that was downloaded before the pause occurred. | |
EDownloadEventResumed |
A paused download was resumed. The aValue associated with this event is the size of the file that was downloaded so far. | |
EDownloadEventPausable |
Notifies the host application as to whether or not a particular download can be paused. The aValue associated with this event is one of the following: ETrue if the download can be paused EFalse if the download cannot be paused |