CrashReportSenderAndroid

class CrashReportSenderAndroid(activity: Activity) : CrashReportSender

Types

Companion
Link copied to clipboard
object Companion

Functions

buildEmailBody
Link copied to clipboard
private fun buildEmailBody(report: CrashReport): String
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
prepareIntent
Link copied to clipboard
private fun prepareIntent(report: CrashReport): Intent
sendReport
Link copied to clipboard
open override fun sendReport(report: CrashReport)
toString
Link copied to clipboard
open fun toString(): String

Properties

activity
Link copied to clipboard
private val activity: Activity

Sources

androidJvm source
Link copied to clipboard