cef_permission_handler_t.on_dismiss_permission_prompt

Called when a permission prompt handled via OnShowPermissionPrompt is dismissed. |prompt_id| will match the value that was passed to OnShowPermissionPrompt. |result| will be the value passed to

More...
struct cef_permission_handler_t
extern (System)
void function(cef_permission_handler_t* self, cef_browser_t* browser, ulong prompt_id, cef_permission_request_result_t result) nothrow on_dismiss_permission_prompt;

Detailed Description

cef permission prompt callback t

:Continue or CEF_PERMISSION_RESULT_IGNORE if the dialog was dismissed for other reasons such as navigation, browser closure, etc. This function will not be called if OnShowPermissionPrompt returned false (0) for |prompt_id|.

Meta