KeyValueBuilder
class KeyValueBuilder
Helper class to enable convenient syntax in setCustomKeys and recordException
Summary
Public functions |
|
|---|---|
Unit |
Sets a custom key and value that are associated with reports. |
Unit |
Sets a custom key and value that are associated with reports. |
Unit |
Sets a custom key and value that are associated with reports. |
Unit |
Sets a custom key and value that are associated with reports. |
Unit |
Sets a custom key and value that are associated with reports. |
Unit |
Sets a custom key and value that are associated with reports. |
Public functions
key
fun key(key: String, value: Boolean): Unit
Sets a custom key and value that are associated with reports.
key
fun key(key: String, value: Double): Unit
Sets a custom key and value that are associated with reports.
key
fun key(key: String, value: Float): Unit
Sets a custom key and value that are associated with reports.
key
fun key(key: String, value: Int): Unit
Sets a custom key and value that are associated with reports.