class MImConversationEvent : public MXIMPBase |
Event interface for message content.
This interface is implemented by the IM and event object is signalled to registered client observers through MPrFwIMContextObserver observer interface. This event notifies clients about changes in message content.
New message is received from protocol.
Delivery report is received from the protocol
Public Member Functions | |
---|---|
const MImConversationInfo & | NewTextMessage(TInt) |
TInt | NewTextMessageCount() |
Protected Member Functions | |
---|---|
~MImConversationEvent() |
~MImConversationEvent | ( | ) | [protected, inline, virtual] |
Protected destructor. Object instancies can't be deleted via this interface.
const MImConversationInfo & | NewTextMessage | ( | TInt | aIndex | ) | const [pure virtual] |
Gets received text message by index.
TInt aIndex | The index of the text message to get. |
TInt | NewTextMessageCount | ( | ) | const [pure virtual] |
Gets the count of newly received text messages.
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.