Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created June 21, 2024 11:35
Show Gist options
  • Save vs-mobiletools-engineering-service2/9c75219947787cccad19bb634e72a3a1 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/9c75219947787cccad19bb634e72a3a1 to your computer and use it in GitHub Desktop.
previous-api-comparison/watchos-api-diff.md
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.WatchOS SDK API diff
List of API changes for Xamarin.WatchOS.
spouliot
sepoulio
6/21/2024
article
289956a5-831b-6f5b-d311-9cb0809a0070
xamarin

Xamarin.WatchOS SDK API diff

Namespace Foundation

Type Changed: Foundation.NSCharacterSet

Added properties:

public static NSCharacterSet UrlFragmentAllowed { get; }
public static NSCharacterSet UrlHostAllowed { get; }
public static NSCharacterSet UrlPasswordAllowed { get; }
public static NSCharacterSet UrlPathAllowed { get; }
public static NSCharacterSet UrlQueryAllowed { get; }
public static NSCharacterSet UrlUserAllowed { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment