Type

@Serializable
sealed class Type

A sealed class representing the types of analytics events.

This class defines the possible types of analytics events that can be tracked in the application, providing a type-safe way to distinguish between different categories of events.

Inheritors

Types

Link copied to clipboard
@Serializable
data object Action : Type

Represents an action-based event.

Link copied to clipboard
@Serializable
data object State : Type

Represents a state-based event.

Properties

Link copied to clipboard

String representation of the event type