acra
androidJvm
acra
/
org.acra.sender
/
ReportSender
Report
Sender
interface
ReportSender
A simple interface for defining various crash report senders.
Author
Kevin Gaudin
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
requires
Foreground
Link copied to clipboard
open
fun
requiresForeground
(
)
:
Boolean
send
Link copied to clipboard
open
fun
send
(
context
:
Context
,
errorContent
:
CrashReportData
)
open
fun
send
(
context
:
Context
,
errorContent
:
CrashReportData
,
extras
:
Bundle
)
Send crash report data.