Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ExportCategory(val category: String, val sensitivity: String, val signals: List<FingerprintSignal>)

One category's slice of an exported report.

Link copied to clipboard
@Serializable
data class ExportReport(val generatedAt: Long, val categories: List<ExportCategory>)

Top-level serializable structure written to the exported JSON report.

Link copied to clipboard
class ReportExporter(context: Context)

Writes a fingerprint report to a shareable file and launches the system share sheet.