acra
acra
/
org.acra.data
/
CrashReportData
Crash
Report
Data
class
CrashReportData
Content copied to clipboard
Stores a crash report data
Constructors
Functions
Constructors
Crash
Report
Data
Link copied to clipboard
fun
CrashReportData
(
)
Content copied to clipboard
Crash
Report
Data
Link copied to clipboard
fun
CrashReportData
(
json
:
String
)
Content copied to clipboard
Functions
contains
Key
Link copied to clipboard
fun
containsKey
(
key
:
String
)
:
Boolean
Content copied to clipboard
fun
containsKey
(
key
:
ReportField
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
Any
?
Content copied to clipboard
get
String
Link copied to clipboard
fun
getString
(
key
:
ReportField
)
:
String
?
Content copied to clipboard
Returns the property with the specified key.
put
Link copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
Boolean
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
Double
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
Int
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
Long
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
String
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
JSONArray
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
JSONObject
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
Boolean
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
Double
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
Int
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
Long
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
String
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
JSONArray
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
JSONObject
?
)
Content copied to clipboard
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
String
Content copied to clipboard
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>
Content copied to clipboard