class MServicePresenceInfo : public MXIMPBase |
Interface for service presence info object.
TodoInterface might be extended with new methods.
Public Member Functions | |
---|---|
~MServicePresenceInfo () | |
const MPresenceInfoFieldCollection & | Fields () |
MPresenceInfoFieldCollection & | Fields () |
const TPtrC8 | ServiceType () |
void | SetServiceTypeL (const TDesC8 &) |
Inherited Functions | |
---|---|
MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
MXIMPBase::GetInterfaceId()const | |
MXIMPBase::~MXIMPBase() |
Inherited Enumerations | |
---|---|
MXIMPBase:@26 | |
MXIMPBase:TIfGetOps |
~MServicePresenceInfo | ( | ) | [inline, virtual] |
Public destructor. MServicePresenceInfo object can be deleted through this interface.
const MPresenceInfoFieldCollection & | Fields | ( | ) | const [pure virtual] |
Returns read-only reference to presence information field collection.
MPresenceInfoFieldCollection & | Fields | ( | ) | [pure virtual] |
Returns modifiable reference to presence information field collection.
const TPtrC8 | ServiceType | ( | ) | const [pure virtual] |
Returns service type value.
Returns string identifying type of service for which this object is containing presence information.
Service type is on of the well known strings listed in NPresenceInfo::NServiceType namespace.
void | SetServiceTypeL | ( | const TDesC8 & | aServiceType | ) | [pure virtual] |
Set service type value.
Service type is on of the well known strings listed in NPresenceInfo::NServiceType namespace.
const TDesC8 & aServiceType |
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.