FlutterUxConfig constructor

FlutterUxConfig({
  1. required String userAppKey,
  2. bool? enableIntegrationLogging,
  3. bool? enableMultiSessionRecord,
  4. bool? enableCrashHandling,
  5. bool? enableAutomaticScreenNameTagging,
  6. bool? enableNetworkLogging,
  7. bool? enableAdvancedGestureRecognition,
  8. List<FlutterUXOcclusion>? occlusions,
})

Implementation

FlutterUxConfig({
  required this.userAppKey,
  this.enableIntegrationLogging,
  this.enableMultiSessionRecord,
  this.enableCrashHandling,
  this.enableAutomaticScreenNameTagging,
  this.enableNetworkLogging,
  this.enableAdvancedGestureRecognition,
  this.occlusions,
});