Record TCefPermissionHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPermissionHandler = record

Description

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))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_request_media_access_permission: function(self: PCefPermissionHandler; browser: PCefBrowser; frame: PCefFrame; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefMediaAccessCallback): integer; stdcall;
Public on_show_permission_prompt: function(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; const requesting_origin: PCefString; requested_permissions: cardinal; callback: PCefPermissionPromptCallback): integer; stdcall;
Public on_dismiss_permission_prompt: procedure(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; result: TCefPermissionRequestResult); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public 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.

Public 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.

Public on_dismiss_permission_prompt: procedure(self: PCefPermissionHandler; browser: PCefBrowser; prompt_id: uint64; result: TCefPermissionRequestResult); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.