Xamarin.WatchOS SDK API diff: 14.2.0 vs 14.4.1

MonoTouch.NUnitLite.dll

Namespace MonoTouch.NUnit.UI

Type Changed: MonoTouch.NUnit.UI.BaseTouchRunner

Modified methods:

-public bool Load (System.Reflection.Assembly assembly, System.Collections.IDictionary settings = NULL)
+public bool Load (System.Reflection.Assembly assembly, System.Collections.IDictionary settings)
-public bool Load (string assemblyName, System.Collections.IDictionary settings = NULL)
+public bool Load (string assemblyName, System.Collections.IDictionary settings)

Xamarin.WatchOS.dll

Namespace AVFoundation

Type Changed: AVFoundation.AVAudioSourceNode

Obsoleted constructors:

 [Obsolete ("Use 'AVAudioSourceNode (AVAudioSourceNodeRenderHandler2)' instead.")]
 public AVAudioSourceNode (AVAudioSourceNodeRenderHandler renderHandler);
 [Obsolete ("Use 'AVAudioSourceNode (AVAudioFormat, AVAudioSourceNodeRenderHandler2)' instead.")]
 public AVAudioSourceNode (AVAudioFormat format, AVAudioSourceNodeRenderHandler renderHandler);

Added constructors:

public AVAudioSourceNode (AVAudioSourceNodeRenderHandler2 renderHandler);
public AVAudioSourceNode (AVAudioFormat format, AVAudioSourceNodeRenderHandler2 renderHandler);

Type Changed: AVFoundation.AVPlayerItemMetadataCollector

Added constructor:

public AVPlayerItemMetadataCollector ();

New Type: AVFoundation.AVAudioSourceNodeRenderHandler2

public sealed delegate AVAudioSourceNodeRenderHandler2 : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable {
	// constructors
	public AVAudioSourceNodeRenderHandler2 (object object, IntPtr method);
	// methods
	public virtual System.IAsyncResult BeginInvoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, uint frameCount, ref AudioToolbox.AudioBuffers outputData, System.AsyncCallback callback, object object);
	public virtual int EndInvoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, ref AudioToolbox.AudioBuffers outputData, System.IAsyncResult result);
	public virtual int Invoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, uint frameCount, ref AudioToolbox.AudioBuffers outputData);
}

Namespace CoreFoundation

Type Changed: CoreFoundation.NativeObject

Added method:

public IntPtr GetCheckedHandle ();

Namespace Foundation

Type Changed: Foundation.NSString

Added method:

public static string FromHandle (IntPtr handle, bool owns);

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "14.2.0";
+public const string Version = "14.4.1";