UseDocumentation Index
Fetch the complete documentation index at: https://docs.quepass.com/llms.txt
Use this file to discover all available pages before exploring further.
QuepassBuilder to start the verification flow based on the required FunctionType (FACE, DOCUMENT, or DOCUMENT_FACE). Configure the desired capture type, handle the SDK response inside sdkGeneralHandler, and then call Launcher.launch(builder, context) to begin the verification process.
Code
| Function Type | Typical use |
|---|---|
| FunctionType.FACE | Face only. |
| FunctionType.DOCUMENT | Document-only path (passport-oriented in current implementation). |
| FunctionType. DOCUMENT_FACE | Document then face. |