CrashReporter

external interface CrashReporter

Functions

addExtraParameter
Link copied to clipboard
js
abstract fun addExtraParameter(key: String, value: String)
getCrashesDirectory
Link copied to clipboard
js
abstract fun getCrashesDirectory(): String
getLastCrashReport
Link copied to clipboard
js
abstract fun getLastCrashReport(): CrashReport
getParameters
Link copied to clipboard
js
abstract fun getParameters()
getUploadedReports
Link copied to clipboard
js
abstract fun getUploadedReports(): Array<CrashReport>
getUploadToServer
Link copied to clipboard
js
abstract fun getUploadToServer(): Boolean
removeExtraParameter
Link copied to clipboard
js
abstract fun removeExtraParameter(key: String)
setUploadToServer
Link copied to clipboard
js
abstract fun setUploadToServer(uploadToServer: Boolean)
start
Link copied to clipboard
js
abstract fun start(options: CrashReporterStartOptions)