Skip to main content

SDK Release Notes

v1.2.0

  • Feature Selfie upload function return documentID inside callback
  override fun onSuccess(profileID: String, documentID: String) {
//Document id can be use to track the process
}
  • Fix SDK lifecycle improvements/fixes

v1.1.0

  • Feature Auto Selfie Capture with timed fallback manual capture button

  • Feature Added autoSelfieEnabled parameter to enable or disable automatic selfie capture and manualCaptureButtonTimeOut parameter to control the timeout duration for the manual selfie capture button

Parameter NameTypeDefault ValueDescription
autoSelfieEnabled (✨ New!)BooleanfalseEnables automatic selfie capture.
manualCaptureButtonTimeOut (✨ New!)Long60000Timeout
  • Fix Minor UI refinements and visual consistency improvements