kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
CrashReportContext
/
CrashReportContextEntry
Crash
Report
Context
Entry
@
Serializable
data
class
CrashReportContextEntry
(
val
key
:
String
,
val
value
:
String
,
val
frameId
:
String
)
Key-value pair in CrashReportContext.
Members
Constructors
Crash
Report
Context
Entry
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
,
frameId
:
String
)
Properties
frame
Id
Link copied to clipboard
val
frameId
:
String
The ID of the frame where the key-value pair was set.
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String