trafficMergeWarningOptions property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
TrafficMergeWarningOptions trafficMergeWarningOptions

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;
  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
void trafficMergeWarningOptions=(TrafficMergeWarningOptions value)

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