Share via


WKHttpCookieStoreObserver_Extensions Class

Definition

Extension methods to the IWKHttpCookieStoreObserver interface to support all the methods from the WKHTTPCookieStoreObserver protocol.

public static class WKHttpCookieStoreObserver_Extensions
type WKHttpCookieStoreObserver_Extensions = class
Inheritance
WKHttpCookieStoreObserver_Extensions

Remarks

The extension methods for IWKHttpCookieStoreObserver interface allow developers to treat instances of the interface as having all the optional methods of the original WKHTTPCookieStoreObserver protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
CookiesDidChangeInCookieStore(IWKHttpCookieStoreObserver, WKHttpCookieStore)

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

Applies to