Share via


IWKHttpCookieStoreObserver 인터페이스

정의

WKHttpCookieStoreObserver 프로토콜의 필수 멤버를 나타내는 인터페이스입니다.

[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
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

CookiesDidChangeInCookieStore(IWKHttpCookieStoreObserver, WKHttpCookieStore)

쿠키 저장소에서 쿠키가 변경되면 호출되는 메서드입니다.

적용 대상

추가 정보