MVPbkContactFindObserver Class Reference

class MVPbkContactFindObserver

Virtual Phonebook Find observer. This interface is used to signal find clients of the operation progress and give the find results to the client.

Constructor & Destructor Documentation

~MVPbkContactFindObserver()

~MVPbkContactFindObserver()[protected, inline, virtual]

Destructor.

Member Functions Documentation

ContactFindObserverExtension(TUid)

TAny *ContactFindObserverExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

FindCompleteL(MVPbkContactLinkArray *)

voidFindCompleteL(MVPbkContactLinkArray *aResults)[pure virtual]

Called when find is complete. Caller takes ownership of the results In case of an error during find, the aResults may contain only partial results of the find

Parameters

MVPbkContactLinkArray * aResultsArray of contact links that matched the find Callee must take ownership of this object in the start of the function, ie. in case the function leaves the results must be destroyed. The find operation can be destroyed at the end of this callback.

FindFailed(TInt)

voidFindFailed(TIntaError)[pure virtual]

Called in case the find fails for some reason. The find operation can be destroyed at the end of this callback.

Parameters

TInt aErrorOne of the system wide error codes. KErrNotReady if store is not ready (not open or unavailable)