Package-level declarations

Types

Link copied to clipboard

The category that is being tracked.

Link copied to clipboard
data class AnalyticsEvent(var feature: String, var category: String, var name: String, var values: List<String> = listOf( )) : Parcelable

The event that is being tracked.

Link copied to clipboard

A predefined analytics event.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The feature that is being tracked.

Link copied to clipboard

The subscriber that is being tracked.

Link copied to clipboard

Interface that represents the analytics manager on the customer side. It allows to subscribe to analytics evens

Link copied to clipboard

Internal interface to track analytics events