2. SDK Integration
Register callback
Calling functions in activity lifecycle
Register Ekyc
Param
Type
Description
appId
String
Ekyc app id
licenseKey
String
Ekyc license key
Upon successful registration, the SDK returns a status resulting in the
onSuccess()
callback. Handling of successful registration here.When register fails, it will be processed at callback
onFail()
.
Last updated