webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<WebNotificationProvider> Protocol Reference

#import <WebViewPrivate.h>

Inheritance diagram for <WebNotificationProvider>:
MockWebNotificationProvider

Instance Methods

(void- registerWebView:
 
(void- unregisterWebView:
 
(void- showNotification:fromWebView:
 
(void- cancelNotification:
 
(void- notificationDestroyed:
 
(void- clearNotifications:
 
(WebNotificationPermission- policyForOrigin:
 
(void- webView:didShowNotification:
 
(void- webView:didClickNotification:
 
(void- webView:didCloseNotifications:
 

Method Documentation

◆ cancelNotification:()

- (void) cancelNotification: (WebNotification *)  notification

◆ clearNotifications:()

- (void) clearNotifications: (NSArray *)  notificationIDs

◆ notificationDestroyed:()

- (void) notificationDestroyed: (WebNotification *)  notification

◆ policyForOrigin:()

- (WebNotificationPermission) policyForOrigin: (WebSecurityOrigin *)  origin

Reimplemented in MockWebNotificationProvider.

◆ registerWebView:()

- (void) registerWebView: (WebView *)  webView

◆ showNotification:fromWebView:()

- (void) showNotification: (WebNotification *)  notification
fromWebView: (WebView *)  webView 

◆ unregisterWebView:()

- (void) unregisterWebView: (WebView *)  webView

◆ webView:didClickNotification:()

- (void) webView: (WebView *)  webView
didClickNotification: (uint64_t notificationID 

◆ webView:didCloseNotifications:()

- (void) webView: (WebView *)  webView
didCloseNotifications: (NSArray *)  notificationIDs 

◆ webView:didShowNotification:()

- (void) webView: (WebView *)  webView
didShowNotification: (uint64_t notificationID 

The documentation for this protocol was generated from the following file: