MetricsEvent

data class MetricsEvent(val eventType: MetricsEvent.EventType, val partner: String)

The metrics to be collected for an ad lifecycle event. Each entity is a single event that corresponds to a single partner.

Constructors

Link copied to clipboard
constructor(eventType: MetricsEvent.EventType, partner: String)

Types

Link copied to clipboard

The type of event.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of event.

Link copied to clipboard
Link copied to clipboard

The partner name.

Functions

Link copied to clipboard