trafficMergeWarningOptions property
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Merging traffic warning options that allow to configure merging traffic notifications to be passed to TrafficMergeWarningListener. Gets merging traffic warning options that allow to configure merging traffic notifications to be passed to TrafficMergeWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
TrafficMergeWarningOptions get trafficMergeWarningOptions;
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Merging traffic warning options that allow to configure merging traffic notifications to be passed to TrafficMergeWarningListener. Sets merging traffic warning options that allow to configure merging traffic notifications to be passed to TrafficMergeWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set trafficMergeWarningOptions(TrafficMergeWarningOptions value);