nn::nex::MessagingNotificationHandler Class

Syntax

class MessagingNotificationHandler : public nn::nex::RootObject

Description

Base class for instant messaging receipt handlers.

To handle an instant message receipt event, you must register in the MessagingClient a MessagingNotificationHandler subclass that has implemented the MessagingNotificationHandler::DeliverInstantMessage function. Once a handler is registered, each time a client receives a notification message, the message is sent to the handler and the DeliverInstantMessage callback is called.

Member Functions

MessagingNotificationHandler Constructor.
V ~MessagingNotificationHandler Destructor.
PV DeliverInstantMessage Callback function called upon receipt of an instant message.

Class Hierarchy

nn::nex::RootObject
  nn::nex::MessagingNotificationHandler

See Also

MessagingClient

Revision History

2011/01/27
Initial version.

CONFIDENTIAL