TripNotificationInterceptor

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.

Functions

Link copied to clipboard
abstract fun intercept(builder: NotificationCompat.Builder): NotificationCompat.Builder

Called when the notification is being built.