Snoop API
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Snoop API
snoop-analytics
/
com.snoop.analytics
/
AnalyticsEvent
Analytics
Event
data
class
AnalyticsEvent
(
val
name
:
String
,
val
channel
:
String
,
val
properties
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
The event as the host describes it at the call site, before capture/redaction.
Members
Constructors
Analytics
Event
Link copied to clipboard
constructor
(
name
:
String
,
channel
:
String
,
properties
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
channel
Link copied to clipboard
val
channel
:
String
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
?
>