WebKit.WebNotificationObserver.onNotify C# (CSharp) Method

onNotify() public method

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