Package org.gnome.webkit
Interface PermissionRequest
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
ClipboardPermissionRequest
,DeviceInfoPermissionRequest
,GeolocationPermissionRequest
,MediaKeySystemPermissionRequest
,NotificationPermissionRequest
,PermissionRequest.PermissionRequestImpl
,PointerLockPermissionRequest
,UserMediaPermissionRequest
,WebsiteDataAccessPermissionRequest
A permission request.
There are situations where an embedder would need to ask the user
for permission to do certain types of operations, such as switching
to fullscreen mode or reporting the user's location through the
standard Geolocation API. In those cases, WebKit will emit a
WebKitWebView
::permission-request signal with a
WebKitPermissionRequest
object attached to it.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The PermissionRequestImpl type represents a native instance of the PermissionRequest interface.static class
-
Method Summary
-
Method Details
-
getType
-
allow
default void allow()Allow the action which triggered this request. -
deny
default void deny()Deny the action which triggered this request.
-