Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
/ KCEF Public archive
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

CefPermissionHandler interface. #19

Description

@AlexeyKobyakov

Hi.

In the CEF permissions documentation
https://cef-builds.spotifycdn.com/docs/111.2/classCefPermissionHandler.html
there is an interface CefPermissionHandler whose implementation allows to process permission requests.
There are 3 methods in this interface
OnRequestMediaAccessPermission
OnShowPermissionPrompt
OnDismissPermissionPrompt

However, in the implementation of the KCEF library, this interface contains only 1 method - onRequestMediaAccessPermission
https://github.com/DatL4g/jcef/blob/7ecb9fb31a24bd765915bf84e6a75c1fd92bde4b/java/org/cef/handler/CefPermissionHandler.java

Is it possible to add the remaining 2 methods OnShowPermissionPrompt, OnDismissPermissionPrompt to the interface for implementation according to the CEF documentation?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions