nn::nex::MessagingNotificationHandler::DeliverInstantMessage Member Function

Syntax

virtual void DeliverInstantMessage(
     const DataHolder & hMsg
) = 0;

Parameters

Name Description
in hMsg Data holder that stores the message.

Return Values

None.

Description

Callback function called upon receipt of an instant message.

If you override this function using a derived class and register that derived class to MessagingClient, the callback is called every time the client receives a notification message.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL