#include <app/MVPbkStoreContact2.h>
| class MVPbkStoreContact2 |
| Public Member Functions | |
|---|---|
| virtual | ~MVPbkStoreContact2() |
| pure virtual MVPbkStoreContactProperties * | PropertiesL() |
| pure virtual void | SetAsOwnL(MVPbkContactObserver &) |
This class is an extension to MVPbkStoreContact. See documentation of MVPbkStoreContact from header MVPbkStoreContact.h
See also: MVPbkStoreContact
| MVPbkStoreContactProperties * | PropertiesL | ( | ) | const [pure virtual] |
Returns auxiliary properties. Can return NULL if underlying store doesn't support any of MVPbkStoreContactProperties functions.
Returns: A properties object
| void | SetAsOwnL | ( | MVPbkContactObserver & | aObserver | ) | const [pure virtual] |
Set the contact as the store's current own contact asynchronously.
| KErrInUse |
If another asynchronous operation is already in progress. |
| KErrNotSupported |
If store does not support own contact |
| Parameter | Description |
|---|---|
| aObserver | The observer to call back when this operation completes. The observer will not be called if this function leaves. |