public void MailDebugLog(UIKit.UIViewController viewController) { if (Release) { PlotRelease.MailDebugLog(viewController); } else { PlotDebug.MailDebugLog(viewController); } }
public void Enable() { if (Release) { PlotRelease.Enable(); } else { PlotDebug.Enable(); } }
public void Disable() { if (Release) { PlotRelease.Disable(); } else { PlotDebug.Disable(); } }
public void InitWithLaunchOptions(Foundation.NSDictionary launchOptions) { if (Release) { PlotRelease.InitializeWithLaunchOptions(launchOptions, this); } else { PlotDebug.InitializeWithLaunchOptions(launchOptions, this); } }