ReportSender

interface ReportSender

A simple interface for defining various crash report senders.

Author

Kevin Gaudin

Functions

Link copied to clipboard
open fun requiresForeground(): Boolean
Link copied to clipboard
open fun send(context: Context, errorContent: CrashReportData)
open fun send(context: Context, errorContent: CrashReportData, extras: Bundle)

Send crash report data.

Inheritors

Link copied to clipboard
Link copied to clipboard