MHttpDownloadMgrNextUriObserver Class Reference

#include <mw/downloadmgrclient.h>

class MHttpDownloadMgrNextUriObserver
Public Member Functions
pure virtual voidNextUriL(RHttpDownload &, const TDesC8 &)

Detailed Description

Provides the interface for sending next uri to the client when downloading OMA or COD.

Since
Series 60 3.0

Member Function Documentation

NextUriL ( RHttpDownload &, const TDesC8 & )

voidNextUriL(RHttpDownload &aDownload,
const TDesC8 &aUri
)[pure virtual]

Send next uri to the client. The client can then handle it.

ParameterDescription
aDownloadReference to the download.
aUriNext URI of the OMA or COD download.

Returns: None.