MMGFetchVerifier Class Reference

class MMGFetchVerifier

Interface for verifying fetch selection before the fetch popup is closed

Since
2.0
Public Member Functions
~MMGFetchVerifier ()
TBool VerifySelectionL (const MDesCArray *)

Constructor & Destructor Documentation

~MMGFetchVerifier()

~MMGFetchVerifier ( ) [inline, virtual]

Member Functions Documentation

VerifySelectionL(const MDesCArray *)

TBool 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.

Since
2.0

Parameters

const MDesCArray * aSelectedFiles Array holding the file(s) to be verified