CrashReportContextEntry

@Serializable
data class CrashReportContextEntry(val key: String, val value: String, val frameId: String)

Key-value pair in CrashReportContext.

Constructors

Link copied to clipboard
constructor(key: String, value: String, frameId: String)

Properties

Link copied to clipboard

The ID of the frame where the key-value pair was set.

Link copied to clipboard
val key: String
Link copied to clipboard