Enrolment Flow
import {
DocumentBuilder,
DocumentType,
EnrollmentBuilder,
UqudoIdSDK,
ReadingConfigurationBuilder
} from 'uqudosdk-react-native';
...
//On App startup
constructor(){
super()
new UqudoIdSDK().init();
}
...
...
new UqudoIdSDK().setLocale(<your locale eg. en, ar etc.>);
...Property
Type
Optional
Default
Description
Last updated
Was this helpful?