Building the SDK
Last updated
Last updated
2023 © Caf. - All rights reserved
setScreenCaptureEnabled(Boolean)
No
Enables or disables screen capture. Default is false
.
setStage(CAFStage)
No
Defines the environment stage (e.g., PROD, BETA). Default is PROD.
setLoadingScreen(Boolean)
No
Enables or disables the loading screen. Default is false
.
setLivenessBaseUrl(String)
No
Sets the reverse proxy URL for face liveness. Must be WSS protocol.
setCertificates(List<String>)
No
Sets Base64 encoded SHA-256 certificates for reverse proxy.
setAuthBaseUrl(String)
No
Sets the reverse proxy URL for authentication. Must be HTTPS protocol.
setListener(CafLivenessListener)
Yes
Sets the listener for liveness verification events.