cef_permission_prompt_callback_t

Callback structure used for asynchronous continuation of permission prompts.

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

cont
void function(cef_permission_prompt_callback_t* self, cef_permission_request_result_t result) nothrow cont;

Complete the permissions request with the specified |result|.

Meta