Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vs-mobiletools-engineering-service2/b18e9b88fde6cd7b3d8b0abbd9cc64a5 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/b18e9b88fde6cd7b3d8b0abbd9cc64a5 to your computer and use it in GitHub Desktop.
watchOS API diff from stable
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0
List of API changes between Xamarin.WatchOS versions 15.10.0 and 15.11.0.
spouliot
sepoulio
5/13/2022
article
b92397ca-98a4-850c-ef3f-70325cd51f62
xamarin

Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "15.10.0";
+public const string Version = "15.11.0";

Type Changed: ObjCRuntime.ThrowHelper

Added method:

public static void ThrowArgumentOutOfRangeException (string argumentName, object actualValue, string message);

New Type: ObjCRuntime.NativeNameAttribute

public sealed class NativeNameAttribute : System.Attribute {
	// constructors
	public NativeNameAttribute (string name);
	// properties
	public string NativeName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment