virtual void DeliverInstantMessage( const DataHolder & hMsg ) = 0;
Name | Description | |
---|---|---|
in | hMsg | Data holder that stores the message. |
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.
CONFIDENTIAL