Messaging Callbacks Interface

The SDK provides a callback mechanism to keep the host app updated on events related to the conversation.

To register the callback call:

Messaging : public static void setCallback(final IMessagingCallback listener)

To remove a callback:

Messaging : public static void removeCallBack()