collect

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

Reads/updates persisted install metadata and returns the resulting signals.

On first run, seeds the first-seen timestamp; every run increments the launch counter.

Return

Signals for first-seen time, launch count and storage mechanism.

Parameters

context

Context used to open the (encrypted) shared preferences.