IWKPreviewActionItem Interface

Definition

Interface that provides access to the properties of the preview action item for a web view.

[Foundation.Protocol(Name="WKPreviewActionItem", WrapperType=typeof(WebKit.WKPreviewActionItemWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IWKPreviewActionItem : IDisposable, UIKit.IUIPreviewActionItem
type IWKPreviewActionItem = interface
    interface INativeObject
    interface IDisposable
    interface IUIPreviewActionItem
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Identifier

Gets the unique identifier of the preview action type.

Title

Gets or sets the title of the preview action.

(Inherited from IUIPreviewActionItem)

Applies to