DriverNotificationManagerOptions

Configuration options for the DriverNotificationManager.

This class provides a way to configure the behavior of the DriverNotificationManager. It can be customized using the Builder class to create an instance with specific settings.

See also

for managing driver notification providers

Types

Link copied to clipboard
class Builder

Builder class for creating or modifying DriverNotificationManagerOptions.

Functions

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

Checks equality between this instance and another object.

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

Gets the hash code for this instance.

Link copied to clipboard

Creates a builder to modify the current options.

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

Returns a string representation of this instance.