MMGFetchVerifier Class Reference

API published in: S60 2nd Ed

Link against: mgfetch.lib

Capability Information

Required Capabilities

None


#include <mmgfetchverifier.h>

Detailed Description

Interface for verifying fetch selection before the fetch popup is closed.

Public Member Functions

virtual  ~MMGFetchVerifier ()
virtual TBool  VerifySelectionL (const MDesCArray *aSelectedFiles)=0
  Interface for verifying fetch file selection (see MGFetch.h) If MMGFetchVerifier is passed to MGFetch then VerifySelectionL is called when user tries to select file(s) from the fetcher.

Constructor & Destructor Documentation

virtual MMGFetchVerifier::~MMGFetchVerifier  )  [inline, virtual]
 

Member Function Documentation

virtual TBool MMGFetchVerifier::VerifySelectionL const MDesCArray *  aSelectedFiles  )  [pure virtual]
 

Interface for verifying fetch file selection (see MGFetch.h) If MMGFetchVerifier is passed to MGFetch then VerifySelectionL is called when user tries to select file(s) from the fetcher.

If VerifySelectionL returns ETrue then the fetcher popup is closed and the selection is accepted. If VerifySelectionL returns EFalse then the fetcher is not closed and user needs to select different file(s) or cancel the operation.

Parameters:
aSelectedFiles  Array holding the file(s) to be verified
Returns:
ETrue if selection is accepted, EFalse if not

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top