Added property:
public virtual MetricKit.MXHistogram<Foundation.NSUnitDuration> HistogrammedExtendedLaunch { get; }
Added property:
public virtual MXAppLaunchDiagnostic[] AppLaunchDiagnostics { get; }
Added methods:
public static bool ExtendLaunchMeasurement (string taskId, out Foundation.NSError error);
public static bool FinishExtendedLaunchMeasurement (string taskId, out Foundation.NSError error);
public class MXAppLaunchDiagnostic : MetricKit.MXDiagnostic {
// constructors
public MXAppLaunchDiagnostic (Foundation.NSCoder coder);
protected MXAppLaunchDiagnostic (Foundation.NSObjectFlag t);
protected MXAppLaunchDiagnostic (ObjCRuntime.NativeHandle handle);
// properties
public virtual MXCallStackTree CallStackTree { get; }
public override ObjCRuntime.NativeHandle ClassHandle { get; }
public virtual Foundation.NSMeasurement<Foundation.NSUnitDuration> LaunchDuration { get; }
}
[Serializable]
public enum MXErrorCode {
Duplicated = 3,
InternalFailure = 5,
InvalidId = 0,
MaxCount = 1,
PastDeadline = 2,
Unknown = 4,
}
public static class MXErrorCodeExtensions {
// methods
public static Foundation.NSString GetDomain (this MXErrorCode self);
}