SlowTrafficNotificationOptions

Configuration options for the SlowTrafficNotificationProvider.

This class allows customization of the behavior of the SlowTrafficNotificationProvider, including thresholds for detecting slow traffic and the frequency of checks.

See also

for the provider that uses these options.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

the range of congestion levels considered as slow traffic. Values within this range will trigger slow traffic detection.

Link copied to clipboard

the interval at which slow traffic conditions are checked.

Link copied to clipboard

the minimum delay caused by slow traffic to trigger a notification.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this SlowTrafficNotificationOptions instance with another object for equality.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code for the SlowTrafficNotificationOptions instance.

Link copied to clipboard

Creates a builder instance initialized with the current configuration.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the SlowTrafficNotificationOptions instance.