Package com.mapbox.navigation.base.trip.notification

Types

Link copied to clipboard
enum NotificationAction : Enum<NotificationAction>

Defines set of actions available for TripNotification

Link copied to clipboard
interface TripNotification

Defines a contract for Notification instance provider and manager. This notification is going to be used in a foreground service managed by a TripSession

Link copied to clipboard
fun interface TripNotificationInterceptor

This allows you to extend the notification, or change it to suit your needs. You will need to use this in order to extend the notification for Android Auto.