MBrCtlLinkContent Class Reference

class MBrCtlLinkContent

The MBrCtlLinkContent class is an interface that loads the resolved content.

Usage:

  #include <brctllinkresolver.h>

  
 @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 @lib BrowserEngine.lib
 @file brctllinkresolver.h
*
Public Member Functions
voidHandleResolveComplete(const TDesC &, const TDesC &, const HBufC8 *)
voidHandleResolveError(TInt)

Member Functions Documentation

HandleResolveComplete(const TDesC &, const TDesC &, const HBufC8 *)

voidHandleResolveComplete(const TDesC &aContentType,
const TDesC &aCharset,
const HBufC8 *aContentBuf
)[pure virtual]

Resolver calls this method when content is resolved.

Parameters

const TDesC & aContentTypeThe content type of the response
const TDesC & aCharsetThe charset of the response. May be empty in case of image
const HBufC8 * aContentBufcontent data. Ownership is not transfered

HandleResolveError(TInt)

voidHandleResolveError(TIntaError)[pure virtual]

This method is called if there is some error while resolving the content

Parameters

TInt aErrorsystem wide error code.