BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-core
/
com.microblink.blinkid.core.resources
/
Engine
Engine
@
Serializable
data
class
Engine
(
val
latestVersion
:
String
,
val
dbDownloadLink
:
String
)
Members
Constructors
Engine
Link copied to clipboard
constructor
(
latestVersion
:
String
,
dbDownloadLink
:
String
)
Properties
db
Download
Link
Link copied to clipboard
@
SerialName
(
value
=
"db_download_link"
)
val
dbDownloadLink
:
String
latest
Version
Link copied to clipboard
@
SerialName
(
value
=
"latest_version"
)
val
latestVersion
:
String