2. SDK Integration
Register callback
And implement FEKYCDelegate
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
registerEkycSuccess()
callback. Handling of successful registration here.When register fails, it will be processed at callback
ekycFailure()
.
Last updated