void RegisterMessagingNotificationHandler( MessagingNotificationHandler * pHandler );
Name | Description | |
---|---|---|
in | pHandler |
Message handler. |
Registers a message handler.
Registers a message handler. Once a handler is registered, each time a client receives a notification message, the message is sent to the handler and the MessagingNotificationHandler::DeliverInstantMessage
callback is called.
CONFIDENTIAL