API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
Required Capabilities
None
Exceptions
NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
#include <brctllinkresolver.h>
Usage:
#include <BrCtlLinkResolver.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@file BrCtlLinkResolver.h
Public Member Functions |
|
virtual void | HandleResolveComplete (const TDesC &aContentType, const TDesC &aCharset, const HBufC8 *aContentBuf)=0 |
Resolver calls this method when content is resolved. |
|
virtual void | HandleResolveError (TInt aError)=0 |
This method is called if there is some error while resolving the content. |
|
Resolver calls this method when content is resolved.
|
|
This method is called if there is some error while resolving the content.
|