collect

abstract suspend fun collect(context: Context): List<FingerprintSignal>

Probes the device once and returns the collected signals.

Return

Signals for category; empty or error signals if probing was not possible.

Parameters

context

Android context used to access system services.