kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
CrashReporter
Crash
Reporter
external
interface
CrashReporter
(
source
)
Members
Functions
add
Extra
Parameter
Link copied to clipboard
abstract
fun
addExtraParameter
(
key
:
String
,
value
:
String
)
get
Crashes
Directory
Link copied to clipboard
abstract
fun
getCrashesDirectory
(
)
:
String
get
Last
Crash
Report
Link copied to clipboard
abstract
fun
getLastCrashReport
(
)
:
CrashReport
get
Parameters
Link copied to clipboard
abstract
fun
getParameters
(
)
get
Uploaded
Reports
Link copied to clipboard
abstract
fun
getUploadedReports
(
)
:
Array
<
CrashReport
>
get
Upload
To
Server
Link copied to clipboard
abstract
fun
getUploadToServer
(
)
:
Boolean
remove
Extra
Parameter
Link copied to clipboard
abstract
fun
removeExtraParameter
(
key
:
String
)
set
Upload
To
Server
Link copied to clipboard
abstract
fun
setUploadToServer
(
uploadToServer
:
Boolean
)
start
Link copied to clipboard
abstract
fun
start
(
options
:
CrashReporterStartOptions
)