Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vs-mobiletools-engineering-service2/e73e843cfaf3ca6b824e0008bba5d096 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/e73e843cfaf3ca6b824e0008bba5d096 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: 14.14.2 vs 14.17.0
List of API changes between Xamarin.WatchOS versions 14.14.2 and 14.17.0.
spouliot
sepoulio
3/16/2021
article
e4d0310a-2b5b-f585-30ec-e9d5d9872bfc
xamarin

Xamarin.WatchOS SDK API diff: 14.14.2 vs 14.17.0

Namespace AuthenticationServices

Removed Type AuthenticationServices.ASExtensionErrorCodeExtensions

Namespace CoreText

Type Changed: CoreText.CTRunDelegate

Modified base type:

-System.Object
+CoreFoundation.NativeObject

Removed property:

public virtual IntPtr Handle { get; }

Removed methods:

public virtual void Dispose ();
protected virtual void Dispose (bool disposing);
protected override void ~CTRunDelegate ();

Type Changed: CoreText.CTRunDelegateOperations

Added property:

public IntPtr Handle { get; }

Namespace MapKit

Type Changed: MapKit.MKMapItem

Modified methods:

 public bool OpenMaps (MKMapItem[] mapItems--- = NULL---, MKLaunchOptions launchOptions = NULL)

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "14.14.2";
+public const string Version = "14.17.0";

Type Changed: ObjCRuntime.PlatformName

Obsoleted fields:

 [Obsolete ("Use 'MacCatalyst' instead.")]
 UIKitForMac = 5,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment