Hi,
I know that there is an interface IWKHttpCookieStoreObserver but how to use it ?
I have implemented in that way:
public class CookieStoreObserver : NSObject, IWKHttpCookieStoreObserver
{
public void CookiesDidChangeInCookieStore(WKHttpCookieStore cookieStore)
{
}
}
and added to
WKWebsiteDataStore.DefaultDataStore.HttpCookieStore
but it is never called.
I couldn't find any samples in the internet, so this place is my last chance.
Hi,
I know that there is an interface IWKHttpCookieStoreObserver but how to use it ?
I have implemented in that way:
and added to
but it is never called.
I couldn't find any samples in the internet, so this place is my last chance.