toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.callback
/
CefSchemeRegistrar
Cef
Scheme
Registrar
interface
CefSchemeRegistrar
Class that manages custom scheme registrations.
Members
Functions
add
Custom
Scheme
Link copied to clipboard
abstract
fun
addCustomScheme
(
schemeName
:
String
,
isStandard
:
Boolean
,
isLocal
:
Boolean
,
isDisplayIsolated
:
Boolean
,
isSecure
:
Boolean
,
isCorsEnabled
:
Boolean
,
isCspBypassing
:
Boolean
,
isFetchEnabled
:
Boolean
)
:
Boolean
Register a custom scheme.