setWebNotificationDelegate()

Sets the current WebView's WebDownloadDelegate

Synopsis:

#include <WebView.h>

virtual void setWebNotificationDelegate(
    WebNotificationDelegate* WebNotificationDelegate );

Description:

The WebNotificationDelegate returns web and link information from the current WebView.

Arguments:

WebNotificationDelegate
A pointer to a WebNotificationDelegate.

See also:

WebNotificationDelegate