AgentConfiguration(- {required String appKey,
- String collectorURL = "https://mobile.eum-appdynamics.com",
- String screenshotURL = "https://mobile.eum-appdynamics.com",
- LoggingLevel loggingLevel = LoggingLevel.none,
- bool screenshotsEnabled = true,
- bool crashReportingEnabled = true,
- CrashReportCallback? crashReportCallback}
)
Implementation
AgentConfiguration({
required this.appKey,
this.collectorURL = "https://mobile.eum-appdynamics.com",
this.screenshotURL = "https://mobile.eum-appdynamics.com",
this.loggingLevel = LoggingLevel.none,
this.screenshotsEnabled = true,
this.crashReportingEnabled = true,
this.crashReportCallback,
});