getWarningNotificationDistances abstract method

WarningNotificationDistances getWarningNotificationDistances(
  1. 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.

  • warningType The warning type for which the notification distances will be returned.

Returns WarningNotificationDistances. The notification distances for the given warning type.

Implementation

WarningNotificationDistances getWarningNotificationDistances(WarningType warningType);