Skip to content

Capture Process Integrity

To enable detection of jailbroken mobile devices to help ensure the device is genuine, secure, and free from tampering, use the following parameter:

DocumentReader.Instance().processParams().checkCaptureProcessIntegrity = true
DocumentReader.Instance().processParams().checkCaptureProcessIntegrity = true;
DocumentReader.instance.processParams.checkCaptureProcessIntegrity = true;
DocumentReader.instance.processParams.checkCaptureProcessIntegrity = true
// Android
DocumentReader.Instance().ProcessParams().CheckCaptureProcessIntegrity = (Java.Lang.Boolean)true;
DocumentReader.setProcessParams({
    checkCaptureProcessIntegrity: true,
}, (str) => { console.log(str) }, (error) => { console.log(error) });
DocumentReader.setProcessParams({
    checkCaptureProcessIntegrity: true
});
DocumentReader.setProcessParams({
    checkCaptureProcessIntegrity: true,
}, function (m) { }, function (e) { console.log(e); });

View the result status for the selected platform using the links below.

Next Steps