| class MPresenceWatching : public MXIMPBase |
Presence subscription control interface for clients use. Interface is implemented by the XIMP Framework.
| Public Member Functions | |
|---|---|
| TXIMPRequestId | SubscribePresentityGroupMembersPresenceL (const MXIMPIdentity &, const MPresenceInfoFilter &) |
| TXIMPRequestId | SubscribePresentityPresenceL (const MXIMPIdentity &, const MPresenceInfoFilter &) |
| TXIMPRequestId | UnsubscribePresentityGroupMembersPresenceL (const MXIMPIdentity &) |
| TXIMPRequestId | UnsubscribePresentityPresenceL (const MXIMPIdentity &) |
| Protected Member Functions | |
|---|---|
| ~MPresenceWatching () | |
| Inherited Functions | |
|---|---|
| MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
| MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
| MXIMPBase::GetInterfaceId()const | |
| MXIMPBase::~MXIMPBase() | |
| Inherited Enumerations | |
|---|---|
| MXIMPBase:@22 | |
| MXIMPBase:TIfGetOps | |
| ~MPresenceWatching | ( | ) | [protected, inline, virtual] |
Protected destructor. Object instancies can't be deleted via this interface.
| TXIMPRequestId | SubscribePresentityGroupMembersPresenceL | ( | const MXIMPIdentity & | aGroupId, |
| const MPresenceInfoFilter & | aPif | |||
| ) | [pure virtual] | |||
Subscribe presentity group members presence.
Subscribing presence is asynchronous operation and it might evolve network operations.
| const MXIMPIdentity & aGroupId | Identification of the presentity group for which members to request presence information. |
| const MPresenceInfoFilter & aPif | Presence information filter indicating the set of presence information to request from the presentity group members. |
| TXIMPRequestId | SubscribePresentityPresenceL | ( | const MXIMPIdentity & | aPresentityId, |
| const MPresenceInfoFilter & | aPif | |||
| ) | [pure virtual] | |||
Subscribe presentity presence.
Subscribing presence is asynchronous operation and it might evolve network operations.
| const MXIMPIdentity & aPresentityId | Identification of the presentity which presence information subscribe to. |
| const MPresenceInfoFilter & aPif | Presence information filter indicating the set of presence information to request from the presentity. |
| TXIMPRequestId | UnsubscribePresentityGroupMembersPresenceL | ( | const MXIMPIdentity & | aGroupId | ) | [pure virtual] |
Unsubscribe presentity group members presence.
Unsubscribing presence is asynchronous operation and it might evolve network operations.
| const MXIMPIdentity & aGroupId | Identification of the presentity group which members presence subscribtion to terminate. |
| TXIMPRequestId | UnsubscribePresentityPresenceL | ( | const MXIMPIdentity & | aPresentityId | ) | [pure virtual] |
Unsubscribe presentity presence.
Unsubscribing presence is asynchronous operation and it might evolve network operations.
| const MXIMPIdentity & aPresentityId | Identification of the presentity which presence information subscribtion to end. |
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.