Snoop API
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Snoop API
snoop-core
/
com.snoop.core.model
/
KeyValue
Key
Value
data
class
KeyValue
(
val
name
:
String
,
val
value
:
String
,
val
redacted
:
Boolean
=
false
)
A captured header or analytics property, with
redacted
flagging that
value
is a placeholder.
Members
Constructors
Key
Value
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
,
redacted
:
Boolean
=
false
)
Properties
name
Link copied to clipboard
val
name
:
String
redacted
Link copied to clipboard
val
redacted
:
Boolean
=
false
value
Link copied to clipboard
val
value
:
String