MPresenceCacheReadHandler2 Class Reference

class MPresenceCacheReadHandler2

Member Functions Documentation

HandlePresenceNotificationL(TInt, MPresenceBuddyInfo2 *)

void HandlePresenceNotificationL ( TInt aErrorCode,
MPresenceBuddyInfo2 * aPresenceBuddyInfo
) [pure virtual]

Handler for Buddy presence change notifications.

Parameters

TInt aErrorCode
MPresenceBuddyInfo2 * aPresenceBuddyInfo presence info for buddy. Ownership to callee. Can be NULL if aErrorCode exist.

HandlePresenceReadL(TInt, RPointerArray< MPresenceBuddyInfo2 > &)

void HandlePresenceReadL ( TInt aErrorCode,
RPointerArray < MPresenceBuddyInfo2 > & aPresenceBuddyInfoList
) [pure virtual]

Handler for AllBuddiesPresenceInService method of MPresenceCacheReader.

Parameters

TInt aErrorCode
RPointerArray < MPresenceBuddyInfo2 > & aPresenceBuddyInfoList presence infos for all buddies requested. Ownership of elements to callee. Can be empty if not found.