Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 19, 2022 13:52
Show Gist options
  • Save vs-mobiletools-engineering-service2/c2e7c4b23acb8aa67d1b8eb9ca2f2fbb to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c2e7c4b23acb8aa67d1b8eb9ca2f2fbb to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net6.0/Microsoft.iOS.md

API diff: Microsoft.iOS.dll

Microsoft.iOS.dll

Namespace WebKit

Type Changed: WebKit.WKUIDelegate

Removed method:

public virtual void WebView (WKWebView webView, string message, System.Action<WKDialogResult> completionHandler);

Added method:

public virtual void ShowLockDownMode (WKWebView webView, string firstUseMessage, System.Action<WKDialogResult> completionHandler);

Type Changed: WebKit.WKUIDelegate_Extensions

Removed methods:

public static void WebView (this IWKUIDelegate This, WKWebView webView, string message, System.Action<WKDialogResult> completionHandler);
public static System.Threading.Tasks.Task<WKDialogResult> WebViewAsync (this IWKUIDelegate This, WKWebView webView, string message);

Added methods:

public static void ShowLockDownMode (this IWKUIDelegate This, WKWebView webView, string firstUseMessage, System.Action<WKDialogResult> completionHandler);
public static System.Threading.Tasks.Task<WKDialogResult> ShowLockDownModeAsync (this IWKUIDelegate This, WKWebView webView, string firstUseMessage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment