IWKHttpCookieStoreObserver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |