Building the SDK
Creating a FaceLiveness SDK Instance
Builder Methods
Parameter
Description
Required
Example Implementation (Flutter)
void _initializeFaceLiveness() {
_faceLiveness = FaceLiveness(mobileToken: _mobileToken, personId: _personId);
_faceLiveness.setStage(CafStage.prod);
_faceLiveness.setCameraFilter(CameraFilter.natural);
_faceLiveness.setEnableScreenshots(true);
_faceLiveness.setEnableLoadingScreen(false);
}Last updated

