Skip to Content
Android SDKReferenceOverview

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.
  • ConfigurationSladeIDConfig, FingerprintReaderCaptureConfig, AuthConfig, ClientCredentialsAuth.
  • Results & types — the data classes returned by session methods.
  • Errors — the SladeIDError hierarchy.

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.