Registering a Listener for Configuration Property Changes

To consume updates when there are changes to the configuration properties, the application registers a listener delegate with the OData SDK. The client SDK notifies this listener object whenever there is a configuration update from the server. The listener should implement the LiteSUPMessagingClientConfigListener protocol.

Syntax

- (void) onConfigurationChange: (NSInteger) iPropertyID value: (id) oValue

Examples