AppMetricaReporterConfig constructor
const
AppMetricaReporterConfig(})
Creates an object of the AppMetricaReporterConfig class - the reporter configuration constructor. apiKey
is a required parameter.
Implementation
const AppMetricaReporterConfig(
this.apiKey, {
this.appEnvironment,
this.dataSendingEnabled,
this.dispatchPeriodSeconds,
this.logs,
this.maxReportsCount,
this.maxReportsInDatabaseCount,
this.sessionTimeout,
this.userProfileID
});