cef_permission_request_result_t

Permission request results.

Values

ValueMeaning
CEF_PERMISSION_RESULT_ACCEPT0

Accept the permission request as an explicit user action.

CEF_PERMISSION_RESULT_DENY1

Deny the permission request as an explicit user action.

CEF_PERMISSION_RESULT_DISMISS2

Dismiss the permission request as an explicit user action.

CEF_PERMISSION_RESULT_IGNORE3

Ignore the permission request. If the prompt remains unhandled (e.g. OnShowPermissionPrompt returns false and there is no default permissions UI) then any related promises may remain unresolved.

Meta