AppMetricaReporterConfig constructor

const AppMetricaReporterConfig(
  1. String apiKey, {
  2. Map<String?, String?>? appEnvironment,
  3. bool? dataSendingEnabled,
  4. int? dispatchPeriodSeconds,
  5. bool? logs,
  6. int? maxReportsCount,
  7. int? maxReportsInDatabaseCount,
  8. int? sessionTimeout,
  9. String? userProfileID,
})

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
});