Lookup Flow
import {
DocumentType,
LookupBuilder,
UqudoIdSDK,
BackgroundCheckConfigurationBuilder,
FacialRecognitionConfigurationBuilder
} from 'uqudosdk-react-native';
...
//On App startup
constructor(){
super()
this.sdk = new UqudoIdSDK();
this.sdk.init();
}
...
Property
Type
Optional
Default
Description
Last updated
Was this helpful?