Molybden API
|
A class that contains all permission delegates. More...
#include <permissions_delegates.hpp>
Public Attributes | |
Delegate< RequestPermissionArgs, RequestPermissionAction > | onRequestPermission |
Invoked when a web page requests a permission to enable some functionality such as geolocation or desktop notifications on a web page. | |
A class that contains all permission delegates.
Delegate<RequestPermissionArgs, RequestPermissionAction> molybden::PermissionsDelegates::onRequestPermission |
Invoked when a web page requests a permission to enable some functionality such as geolocation or desktop notifications on a web page.
Use the following approach to register a callback:
In order to unregister the callback, use the reset()
method: