WebKit.WebNotificationObserver.onNotify C# (CSharp) 메소드

onNotify() 공개 메소드

public onNotify ( IWebNotification notification ) : void
notification IWebNotification
리턴 void
        public void onNotify(IWebNotification notification)
        {
            OnNotify(notification);
        }
WebNotificationObserver