Meridian Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | MRConfig.h | 
+ configure:
	You must call this once inside -application:didFinishLaunching. The passed MRConfig object will be cloned, so making changes to if after this call will have no effect. You can only call this method once for the lifetime of your application. If you need to make subsequent changes to the configuration, modify properties directly via the sharedConfig member.
+ (void)configure:(nonnull MRConfig *)configParameters
config | 
						The MRConfig to be cloned.  | 
					
|---|
Declared In
MRConfig.h
+ sharedConfig
	The shared MRConfig instance. Use this if you need to update any of the configuration properties after configure has been called.
+ (nullable MRConfig *)sharedConfigDeclared In
MRConfig.h