API reference
The public surface of com.sladeid.biometric.capture.
SladeID— entry point: init, discovery, session creation.FingerprintReaderSession— capture, enroll, verify, match, search, fetch.ReaderManager— discovery, permission, and the reader flows.- Configuration —
SladeIDConfig,FingerprintReaderCaptureConfig,AuthConfig,ClientCredentialsAuth. - Results & types — the data classes returned by session methods.
- Errors — the
SladeIDErrorhierarchy.
All capture/submit methods are suspend. Sessions expose state as Kotlin Flows. Nothing throws across the API boundary for operational failures — methods return null and emit a typed error.