ReportSender

interface ReportSender

A simple interface for defining various crash report senders.

Author

Kevin Gaudin

Types

Link copied to clipboard
object Companion

Functions

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

Send crash report data.