Package com.cefrium
package com.cefrium
-
ClassDescriptionContact Picker delegate for the embedding (navigator.contacts.select).A
ModalDialogManager.Presenterthat renders Chromium dialog models with a plain AndroidAlertDialog.Entry point for the Cefrium SDK.A browser instance backed by Chromium via CEF (Chromium Embedded Framework).Receives the captured page bitmap (null on failure).Unified callback interface for browser events.A candidate device offered to aCefriumBrowser.DeviceChooserSession.An HTTP cookie read from the browser's cookie store.Receives the result ofCefriumBrowser.getCookies(java.lang.String, com.cefrium.CefriumBrowser.CookieCallback).Presents device chooser UI for the frontier web device APIs.A live device chooser.Receives the app's credentials (or cancel) for an HTTP auth challenge.Supplies credentials for an HTTP or proxy authentication challenge (the WebViewonReceivedHttpAuthRequestequivalent).Resolves a JS dialog.Handles page JS dialogs (alert/confirm/prompt).Listener for context menu events (long press on links/images).Listener for download progress updates.Listener for find-in-page results.Listener for fullscreen mode changes.Listener for loading state changes.Listener for renderer-process termination.Listener for network requests.Listener for title changes.Listener for URL changes.Receives the app's grant/deny decision for a permission request.Decides web permission requests (geolocation, camera, mic, ...).Handles popups (window.open / target=_blank).Resolves aCefriumBrowser.QueryHandlerquery back to JavaScript.Handles JavaScriptwindow.cefriumQuery({request, onSuccess, onFailure})calls from page content (the JS ↔ native bridge).Decides whether to block outgoing requests.Receives the app's proceed/cancel decision for an invalid certificate.Decides whether to continue loading a URL whose TLS certificate failed validation (the WebViewonReceivedSslErrorequivalent).Zero-config initializer for the Cefrium SDK.Foreground service that hosts the media-playback notification forCefriumMediaSession.Bridges the page'snavigator.mediaSession(Chromium MediaSession) to an AndroidMediaSessionCompatand a lock-screen / shade media notification.Callback interface for receiving rendered frames from aCefriumBrowser.FrameLayout that hosts the browser surface and participates in Android nested scrolling.Cefrium'sActivityWindowAndroid, adding aModalDialogManager.