class MessagingNotificationHandler : public nn::nex::RootObject
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.
MessagingNotificationHandler | Constructor. | |
---|---|---|
V |
~MessagingNotificationHandler
|
Destructor. |
PV |
DeliverInstantMessage
|
Callback function called upon receipt of an instant message. |
nn::nex::RootObject
nn::nex::MessagingNotificationHandler
CONFIDENTIAL