setWarningNotificationDistances abstract method
- WarningType warningType,
- WarningNotificationDistances warningNotificationDistances
Sets the warning notification distances for the specified warning type.
Note: WarningType.custom is not a valid value for this method. Use WarnerEngine.setCustomWarningNotificationDistances to configure distances for a specific custom warning type.
-
warningTypeThe warning type for which the warning notification distances will be set. Must not be WarningType.custom. -
warningNotificationDistancesThe warning notification distances to be set for the specified warning type.
Implementation
void setWarningNotificationDistances(WarningType warningType, WarningNotificationDistances warningNotificationDistances);