NewRelicConfiguration

data class NewRelicConfiguration(val token: String, val primaryEventType: String, val newRelicFeatureFlag: NewRelicFeatureFlag = NewRelicFeatureFlag(), val newRelicEventReportingConfigs: NewRelicEventReportingConfigs = NewRelicEventReportingConfigs(), val appContext: Context, val provider: AnalyticsReporter.Provider = AnalyticsReporter.Provider.NEWRELIC) : AnalyticsReporter.Configuration

The NewRelicConfiguration specific extension of AnalyticsReporter.Configuration.

Constructors

Link copied to clipboard
constructor(token: String, primaryEventType: String, newRelicFeatureFlag: NewRelicFeatureFlag = NewRelicFeatureFlag(), newRelicEventReportingConfigs: NewRelicEventReportingConfigs = NewRelicEventReportingConfigs(), appContext: Context, provider: AnalyticsReporter.Provider = AnalyticsReporter.Provider.NEWRELIC)

Properties

Link copied to clipboard
open override val appContext: Context
Link copied to clipboard

Configurations to customize event reporting.

Link copied to clipboard

Feature flags to enable or disable NewRelic features.

Link copied to clipboard

The table name for NewRelic event reporting.

Link copied to clipboard
Link copied to clipboard

The unique token of the NewRelic configuration.