webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WTR::WebNotificationProvider Class Reference

#include <WebNotificationProvider.h>

Public Member Functions

 WebNotificationProvider ()
 
 ~WebNotificationProvider ()
 
WKNotificationProviderV0 provider ()
 
void showWebNotification (WKPageRef, WKNotificationRef)
 
void closeWebNotification (WKNotificationRef)
 
void addNotificationManager (WKNotificationManagerRef)
 
void removeNotificationManager (WKNotificationManagerRef)
 
WKDictionaryRef notificationPermissions ()
 
void simulateWebNotificationClick (WKPageRef, uint64_t notificationID)
 
void reset ()
 

Constructor & Destructor Documentation

◆ WebNotificationProvider()

WTR::WebNotificationProvider::WebNotificationProvider ( )

◆ ~WebNotificationProvider()

WTR::WebNotificationProvider::~WebNotificationProvider ( )

Member Function Documentation

◆ addNotificationManager()

void WTR::WebNotificationProvider::addNotificationManager ( WKNotificationManagerRef  manager)

◆ closeWebNotification()

void WTR::WebNotificationProvider::closeWebNotification ( WKNotificationRef  notification)

◆ notificationPermissions()

WKDictionaryRef WTR::WebNotificationProvider::notificationPermissions ( )

◆ provider()

WKNotificationProviderV0 WTR::WebNotificationProvider::provider ( )

◆ removeNotificationManager()

void WTR::WebNotificationProvider::removeNotificationManager ( WKNotificationManagerRef  manager)

◆ reset()

void WTR::WebNotificationProvider::reset ( )

◆ showWebNotification()

void WTR::WebNotificationProvider::showWebNotification ( WKPageRef  page,
WKNotificationRef  notification 
)

◆ simulateWebNotificationClick()

void WTR::WebNotificationProvider::simulateWebNotificationClick ( WKPageRef  page,
uint64_t  notificationID 
)

The documentation for this class was generated from the following files: