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);
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);