MdxConfigManagerEventDelegate
# MdxConfigManagerEventDelegate\
Declared In: MdxConfigManager.h
Introduction¶
Protocol to be implented when you want your app to receive call backs in case the configuration / policies which are set for this application change.
Note
This protocol is not yet supported and will not be called.
Methods¶
mdxConfigDidChange:forContext:¶
-(void) mdxConfigDidChange:(NSDictionary *) policyDict forContext:(NSString *) contextIdentifier;
Discussion¶
Method which gets called everytime a change occurs in the app configuration.