IWKHttpCookieStoreObserver Interface

Definition

Interface that represents the required members of the WKHttpCookieStoreObserver protocol.

[Foundation.Protocol(Name="WKHTTPCookieStoreObserver", WrapperType=typeof(WebKit.WKHttpCookieStoreObserverWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IWKHttpCookieStoreObserver : IDisposable, ObjCRuntime.INativeObject
type IWKHttpCookieStoreObserver = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

CookiesDidChangeInCookieStore(IWKHttpCookieStoreObserver, WKHttpCookieStore)

Method that is called when a cookie changes in the cookie store.

Applies to

See also