Lookup Flow
import * as UqudoSDK from 'uqudosdk-capacitor';
...
//On App startup
new UqudoSDK.UqudoPlugin().init();
......
new UqudoSDK.UqudoPlugin().setLocale(<your locale eg. en, ar etc.>);
......
let isLookupSupported = await new UqudoSDK.UqudoPlugin().isLookupSupported(DocumentType.NGA_DL)
let isLookupFacialRecognitionSupported = await new UqudoSDK.UqudoPlugin().isLookupFacialRecognitionSupported(DocumentType.NGA_DL)
...Property
Type
Optional
Default
Description
Last updated
Was this helpful?