2. SDK Integration
Register callback
FEKYCApp.instance().delegate = self
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()
.
FEKYCApp.instance().registerEkyc(licenseKey, appID)
Last updated