addConfigurationChangeListener(ODPClientListeners.IODPConfigurationChangeListener) method

Implement IODPConfigurationChangeListener to receive push or application end-point changes.

Syntax

void addConfigurationChangeListener ( ODPClientListeners.IODPConfigurationChangeListener oListener ) throws ODPException

Parameters

Exceptions

Examples

Usage

To consume updates when there are changes in the Proxy settings, the application registers a listener object.The client SDK notifies this listener object whenever there is a settings update from the server. The listener object should implement the ODPClientListeners.IODPConfigurationChangeListener interface.