Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BreadCrumbs(val section: String = NO_VALUE, val subSection: String = NO_VALUE, val subSubSection: String = NO_VALUE)

Data class that represents breadcrumb navigation information.

Link copied to clipboard
@Serializable
class ContextData(screenName: String = NO_VALUE, contextMap: MutableMap<String, Any?> = mutableMapOf())

Serializable class that manages contextual data for analytics tracking.

Link copied to clipboard
@Serializable
sealed class Event

A sealed class representing analytics events in the application.

Link copied to clipboard
@Serializable
sealed class Type

A sealed class representing the types of analytics events.