WebKit.WebNotificationObserver.onNotify C# (CSharp) Метод

onNotify() публичный Метод

public onNotify ( IWebNotification notification ) : void
notification IWebNotification
Результат void
        public void onNotify(IWebNotification notification)
        {
            OnNotify(notification);
        }
WebNotificationObserver