MPresenceInfoFieldValueText Class Reference

class MPresenceInfoFieldValueText : public MXIMPBase

Interface for textual presence info field value object..

Interface for presence information field value having textual format. Contained text can be rendered to end user as is.

Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MPresenceInfoFieldValueText()

~MPresenceInfoFieldValueText()[inline, virtual]

Public destructor. MPresenceInfoFieldValueText object can be deleted through this interface.

Member Functions Documentation

MaxLength()

TInt MaxLength()const [pure virtual]

Returns maximum length of the field value.

SetTextValueL(const TDesC &)

voidSetTextValueL(const TDesC &aValue)[pure virtual]

Sets the textual data.

leave
KErrOverflow if value length exceeds field specific maxlength.
leave
KErrNoMemory if failed to allocate memory.

Parameters

const TDesC & aValueNew textual value to set.

TextValue()

TPtrC TextValue()const [pure virtual]

Returns the textual value.