MVPbkContactObserver Class Reference
| class MVPbkContactObserver |
Virtual Phonebook Contact operation observer interface. This interface is used to signal the contact operation client of events.
Nested Classes and Structures
Constructor & Destructor Documentation
~MVPbkContactObserver()
| ~MVPbkContactObserver | ( | ) | [protected, inline, virtual] |
Member Functions Documentation
ContactObserverExtension(TUid)
|
TAny * | ContactObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
ContactOperationCompleted(TContactOpResult)
Parameters
| TContactOpResult aResult | The result of the operation. The client takes the ownership of the iStoreContact immediately if set in aResult. |
ContactOperationFailed(TContactOp, TInt, TBool)
| void | ContactOperationFailed | ( | TContactOp | aOpCode, |
| | TInt | aErrorCode, |
| | TBool | aErrorNotified |
| | ) | [pure virtual] |
Called when a contact operation has failed.
Parameters
| TContactOp aOpCode | The operation that failed. |
| TInt aErrorCode | System error code of the failure. KErrAccessDenied when EContactCommit means that contact hasn't been locked. |
| TBool aErrorNotified | ETrue if the implementation has already notified user about the error, EFalse otherwise. |
Member Enumerations Documentation
Enum TContactOp
Operation codes for Contact operation observers.
Enumerators
| EContactOperationUnknown = 0 | |
| EContactRead | |
| EContactReadAndLock | |
| EContactDelete | |
| EContactLock | |
| EContactCommit | |
| EContactSetOwn | |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.