Molybden API
|
Allows managing permissions. More...
#include <permissions.hpp>
Public Member Functions | |
virtual std::shared_ptr< Profile > | profile ()=0 |
The profile of this service. | |
virtual PermissionStatus | getPermissionStatus (PermissionType permission_type, const std::string &url)=0 |
Returns the permission status for the given URL. | |
virtual void | resetPermission (PermissionType permission_type, const std::string &url)=0 |
Sets the permission back to its default for the given URL. | |
Additional Inherited Members | |
Public Attributes inherited from molybden::PermissionsDelegates | |
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. | |
Allows managing permissions.