xamarinios
namespace WebKit
{
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Model]
    [Protocol]
    [Register("WKUIDelegate", false)]
    public class WKUIDelegate : NSObject, INativeObject, IDisposable, IWKUIDelegate
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Deprecated(PlatformName.iOS, 13, 0, PlatformArchitecture.None, "Use 'SetContextMenuConfiguration' instead.")]
        [Export("webView:shouldPreviewElement:")]
        [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
        [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
        public virtual bool ShouldPreviewElement(WKWebView! webView, WKPreviewElementInfo! elementInfo);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

01/06/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙