acra
androidJvm
acra
/
org.acra.data
/
CrashReportData
/
put
put
androidJvm
@
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
:
JSONObject
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
String
,
value
:
JSONArray
?
)
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
:
JSONObject
?
)
Content copied to clipboard
@
Synchronized
fun
put
(
key
:
ReportField
,
value
:
JSONArray
?
)
Content copied to clipboard