ReportSender

interface ReportSender

A simple interface for defining various crash report senders.

Author

Kevin Gaudin

Functions

requiresForeground
Link copied to clipboard
open fun requiresForeground(): Boolean
send
Link copied to clipboard
open fun send(context: Context, errorContent: CrashReportData)
Send crash report data.
open fun send(context: Context, errorContent: CrashReportData, extras: Bundle)
Send crash report data.

Inheritors

HttpSender
Link copied to clipboard
EmailIntentSender
Link copied to clipboard