ReportExporter

class ReportExporter(context: Context)

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

The report JSON is written to app cache and shared via a FileProvider URI so no external storage permission is required.

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
suspend fun share(json: String, chooserTitle: String)

Persists json to a cache file and opens the Android share sheet for it.