Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard

Vendor-agnostic analytics sink. The host wires its own analytics facade to log; Snoop never depends on any analytics SDK. Create with the SnoopAnalytics factory.

Link copied to clipboard

DSL for configuring a SnoopAnalytics logger — filtering, redaction, annotation and grouping.

Functions

Link copied to clipboard

Build a SnoopAnalytics logger.