MXIMPFeatureInfo Class Reference

class MXIMPFeatureInfo : public MXIMPBase

Interface for XIMP feature info object.

Improve comments: Container used to present either XIMP Framework, Presence Protocol or Presence Context features.

Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MXIMPFeatureInfo()

~MXIMPFeatureInfo ( ) [inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

FeatureIds()

const MDesC8Array & FeatureIds ( ) const [pure virtual]

Gets the list of feature IDs.

HasFeatureId(const TDesC8 &)

TInt HasFeatureId ( const TDesC8 & aFeatureId ) [pure virtual]

Checks has the MXIMPFeatureInfo object the given feature ID or not.

Parameters

const TDesC8 & aFeatureId The feature ID which status to check. XIMP Framework feature IDs are defined in NXIMPFeature namespace.