type TCefPermissionHandler = record
Implement this structure to handle events related to permission requests. The functions of this structure will be called on the browser process UI thread.
Implemented by ICefPermissionHandler.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h">CEF source file: /include/capi/cef_permission_handler_capi.h (cef_permission_handler_t))
base: TCefBaseRefCounted; |
|
on_request_media_access_permission: function(self: PCefPermissionHandler; browser: PCefBrowser; frame: PCefFrame; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefMediaAccessCallback): integer; stdcall; |
|
on_show_permission_prompt: function(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefPermissionPromptCallback): integer; stdcall; |
|
on_dismiss_permission_prompt: procedure(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; result: TCefPermissionRequestResult); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
on_request_media_access_permission: function(self: PCefPermissionHandler; browser: PCefBrowser; frame: PCefFrame; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefMediaAccessCallback): integer; stdcall; |
|
This item has no description. |
on_show_permission_prompt: function(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefPermissionPromptCallback): integer; stdcall; |
|
This item has no description. |
on_dismiss_permission_prompt: procedure(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; result: TCefPermissionRequestResult); stdcall; |
|
This item has no description. |