SDK Release Notes
v1.2.0
Selfie upload function return documentID inside callback
override fun onSuccess(profileID: String, documentID: String) {
//Document id can be use to track the process
}
SDK lifecycle improvements/fixes
v1.1.0
-
Auto Selfie Capture with timed fallback manual capture button
-
Added
autoSelfieEnabledparameter to enable or disable automatic selfie capture andmanualCaptureButtonTimeOutparameter to control the timeout duration for the manual selfie capture button
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| autoSelfieEnabled (✨ New!) | Boolean | false | Enables automatic selfie capture. |
| manualCaptureButtonTimeOut (✨ New!) | Long | 60000 | Timeout |
Minor UI refinements and visual consistency improvements