Package com.cefrium

Interface CefriumBrowser.PermissionHandler

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.PermissionHandler
Decides web permission requests (geolocation, camera, mic, ...). Without a handler set, all requests are denied — the default Android permission dialog is not available in this engine. To actually deliver geolocation, the app must also hold the ACCESS_FINE_LOCATION runtime permission.