liveFlow

abstract fun liveFlow(context: Context): Flow<List<FingerprintSignal>>

Returns a cold Flow emitting fresh signal lists as the underlying state changes.

Return

A flow of signal snapshots for category.

Parameters

context

Android context used to register/observe the relevant listeners.