MPresenceCacheWriter2 Class Reference
class MPresenceCacheWriter2 |
Interface for presence cache writer API. This interface is implemented by the Presence Cache client. Notice that an xsp id is in the form ovi:mailto:xyz@example.com
Constructor & Destructor Documentation
~MPresenceCacheWriter2()
~MPresenceCacheWriter2 | ( | ) | [inline, virtual] |
Public destructor. Objects can be deleted through this interface.
Member Functions Documentation
CancelWrite()
TInt
| CancelWrite | ( | ) | [pure virtual] |
Cancels any async. write operation going on. After calling this method no callback will be received from asycn write method.
DeletePresenceL(const TDesC &)
TInt
| DeletePresenceL | ( | const TDesC & | aIdentity | ) | [pure virtual] |
Deletes all presence related to given xsp identity. Leaves only in system errors.
Parameters
const TDesC & aIdentity | identity for buddy to be removed, in xsp format |
DeleteService(const TDesC &)
TInt
| DeleteService | ( | const TDesC & | aServiceName | ) | [pure virtual] |
Delete all buddies presence associated with given service.
Parameters
const TDesC & aServiceName | service name as in sp table |
NewBuddyPresenceInfoLC()
Instantiates new buddy presence info object.
-
leave
- KErrNoMemory if failed to allocate memory.
WriteMultiplePresenceL(const RPointerArray< MPresenceBuddyInfo2 > &, MPresenceCacheWriteHandler2 *)
Writes buddy presence info objects to cache. Returns in MPresenceCacheWriteHandler2's HandlePresenceWriteL. Provide a null pointer to receive no call back. Leaves only in system errors.
WritePresenceL(const MPresenceBuddyInfo2 *)
Writes presence info to cache for a given buddy. Leaves only in system errors.
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.