MVPbkContactCopyObserver Class Reference
#include
<app/MVPbkContactCopyObserver.h>
Link against: VPbkVCardEng.lib
| class MVPbkContactCopyObserver |
Detailed Description
Virtual Phonebook contact copy observer interface. This interface is used to signal the client of the copying operations events.
Constructor & Destructor Documentation
~MVPbkContactCopyObserver ( )
| ~MVPbkContactCopyObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
ContactCopyObserverExtension ( TUid )
|
TAny * | ContactCopyObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Returns: Extension point or NULL
ContactsSaved ( MVPbkContactOperationBase &, MVPbkContactLinkArray * )
Called when the contact has been successfully commited or copied. Caller takes the ownership of results.
| Parameter | Description | | aOperation | The operation that this observer monitors. |
| aResults | An array of links to copied contacts. Caller takes the ownership of the object immediately. |
ContactsSavingFailed ( MVPbkContactOperationBase &, TInt )
Called when there was en error while saving contact(s).
| Parameter | Description | | aOperation | The operation that this observer monitors. |
| aError | an error that occured. |