toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
com.jetbrains.cef
/
JCefVersionDetails
/
ApiVersion
Api
Version
class
ApiVersion
Public JCEF API version in form
[major]
.
[minor]
Members
Properties
major
Link copied to clipboard
val
major
:
Int
Major JCEF API version, incremented when non-backward compatible API changes are made
minor
Link copied to clipboard
val
minor
:
Int
Minor JCEF API version, incremented when backward compatible API changes are made (API is extended)
Functions
is
Compatible
Link copied to clipboard
open
fun
isCompatible
(
targetMajor
:
Int
,
targetMinor
:
Int
)
:
Boolean
Checks if current JCEF API version is compatible with requested (target) API version