Changelog
Release notes
Version 2.21.0
Release date:
What's new
val uiCustomization = UiCustomization(
font = LivenessFont.ResFont(R.font.your_font),
appBar = AppBarCustomization(
title = "Identity check",
titleColor = Color.WHITE,
color = navyColor,
logoIcon = R.drawable.your_logo,
closeButton = R.drawable.your_close_icon,
),
mask = MaskCustomization(isBlurEnabled = true, color = navyColor),
prompt = PromptCustomization(
textColor = Color.WHITE,
backgroundColor = greenColor,
isRounded = true,
),
)
val config = CafLivenessConfig(
mobileToken = mobileToken,
personId = personId,
uiCustomization = uiCustomization
)
CafFaceLivenessLite.instance.startLiveness(
context = context,
config = config,
) { event -> /* ... */ }Version 7.18.0
Release date:
What's new:
Dynamic iProov service location
Signed response on failure
Breaking changes
Before
After
Face Liveness LiteHandling FailuresUi CustomizationChangelog
Last updated

