getWarningNotificationDistances abstract method
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.getWarningNotificationDistances()` method instead.")
- WarningType warningType
Returns the warning notification distances for the requested warning type.
The return value can be used as the
base for configuring warning notification distances. Configure the relevant attributes of this object according
to your preferences, and then set it by calling setWarningNotificationDistances function with the same
warning type and the modified warning notification distances object.
warningTypeThe warning type for which the notification distances will be returned.
Returns WarningNotificationDistances. The notification distances for the given warning type.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.getWarningNotificationDistances()` method instead.")
WarningNotificationDistances getWarningNotificationDistances(WarningType warningType);