Trip Notification Interceptor
fun fun interface TripNotificationInterceptor
Content copied to clipboard
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
intercept
Link copied to clipboard
abstract fun intercept(builder: NotificationCompat.Builder): NotificationCompat.Builder
Content copied to clipboard