nn::nex::MessagingClient::RegisterMessagingNotificationHandler Member Function

Syntax

void RegisterMessagingNotificationHandler(
     MessagingNotificationHandler * pHandler
);

Parameters

Name Description
in pHandler Message handler.

Return Values

None.

Description

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.

Revision History

2011/03/04
Initial version.

CONFIDENTIAL