Package-level declarations

Types

Link copied to clipboard
abstract class DriverNotification @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor

Abstract base class for driver notifications.

Link copied to clipboard
class DriverNotificationManager(options: DriverNotificationManagerOptions = DriverNotificationManagerOptions.Builder().build()) : MapboxNavigationObserver

Manages driver notification providers and aggregates their notifications.

Link copied to clipboard

Configuration options for the DriverNotificationManager.

Link copied to clipboard
abstract class DriverNotificationProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor : MapboxNavigationObserver

Abstract base class for providing driver notifications.