Link against: DownloadMgr.lib
#include <DownloadMgrClient.h>
Public Types |
|
enum | TCodProgressState { ENotActive, EPaused, EInProgress } |
Cod download progress states. More... |
|
Public Member Functions |
|
IMPORT_C TInt | Start () |
Starts downloading. |
|
IMPORT_C TInt | Pause () |
Pauses downloading. |
|
IMPORT_C TInt | Reset () |
Resets downloading. |
|
IMPORT_C TInt | Delete () |
Deletes downloading. |
|
IMPORT_C TInt | Move () |
Moves downloaded content to the previously specified location. |
|
IMPORT_C TInt | GetIntAttribute (const TUint aAttribute, TInt32 &aValue) |
Gets the value for a TInt attribute. |
|
IMPORT_C TInt | GetBoolAttribute (const TUint aAttribute, TBool &aValue) |
Gets the value for a TBool attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes16 &aValue) |
Gets the value for a TDes16 attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes8 &aValue) |
Gets the value for a TDes8 attribute. |
|
IMPORT_C TInt | GetFileHandleAttribute (RFile &aFile) |
Gets the download's destination file's handle. |
|
IMPORT_C TInt | SetIntAttribute (const TUint aAttribute, TInt32 aValue) |
Sets the value for a TInt attribute. |
|
IMPORT_C TInt | SetBoolAttribute (const TUint aAttribute, TBool aValue) |
Sets the value for a TDesC attribute. |
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC16 &aValue) |
Sets the value for a TDesC attribute. |
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC8 &aValue) |
Sets the value for a TDesC8 attribute. |
|
IMPORT_C TInt | SetFileHandleAttribute (RFile &aFile) |
Sets the download's destination file handle. |
|
IMPORT_C TInt | GetIntAttribute (const TUint aAttribute, const TInt32 &aMoIndex, TInt32 &aValue) |
Gets the value for a TInt attribute. |
|
IMPORT_C TInt | GetBoolAttribute (const TUint aAttribute, const TInt32 &aMoIndex, TBool &aValue) |
Gets the value for a TBool attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, const TInt32 &aMoIndex, TDes16 &aValue) |
Gets the value for a TDes16 attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, const TInt32 &aMoIndex, TDes8 &aValue) |
Gets the value for a TDes8 attribute. |
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TInt32 &aMoIndex, const TDesC16 &aValue) |
Sets the value for a TDesC attribute. |
|
IMPORT_C TInt | SetDownloadDataAttribute (const TDesC8 &aValue) |
Sets the download data (media information). |
|
IMPORT_C TInt | SetTrackDataAttribute (const TInt aIndex, const TDesC8 &aValue) |
Sets the download data (media information). |
|
void | Close () |
Closes download subsession. |
|
TBool | IsClosed () |
Indicates whether the download is closed. |
|
void | ResumeCodDownloadL () |
Resume COD download. |
|
TInt | GetProductDownloadedSize () |
Get Downloaded Size of product. |
|
Friends |
|
class | CDownloadMgrHandler |
class | RHttpDownloadMgr |
class | RHttpDownloadMgrApiExt |
class | CTransactionObserver |
class | CCodObserver |
|
Cod download progress states. |
|
Closes download subsession.
|
|
Deletes downloading.
|
|
Gets the value for a TBool attribute.
|
|
Gets the value for a TBool attribute.
|
|
Gets the download's destination file's handle.
|
|
Gets the value for a TInt attribute.
|
|
Gets the value for a TInt attribute.
|
|
Get Downloaded Size of product.
|
|
Gets the value for a TDes8 attribute.
|
|
Gets the value for a TDes16 attribute.
|
|
Gets the value for a TDes8 attribute.
|
|
Gets the value for a TDes16 attribute.
|
|
Indicates whether the download is closed.
|
|
Moves downloaded content to the previously specified location.
|
|
Pauses downloading.
|
|
Resets downloading.
|
|
Resume COD download.
|
|
Sets the value for a TDesC attribute.
|
|
Sets the download data (media information).
|
|
Sets the download's destination file handle.
|
|
Sets the value for a TInt attribute.
|
|
Sets the value for a TDesC attribute.
|
|
Sets the value for a TDesC8 attribute.
|
|
Sets the value for a TDesC attribute.
|
|
Sets the download data (media information).
|
|
Starts downloading.
|
|
|
|
|
|