Meridian Class Reference

Inherits from NSObject
Declared in MRConfig.h

Overview

The heart of the SDK, this helps start with a configuration and use simulated locations.

+ 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.

+ (void)configure:(nonnull MRConfig *)config

Parameters

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.

+ (nullable MRConfig *)sharedConfig

Declared In

MRConfig.h