TripNotificationInterceptor

fun 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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
intercept
Link copied to clipboard
abstract fun intercept(builder: NotificationCompat.Builder): NotificationCompat.Builder
Called when the notification is being built.
toString
Link copied to clipboard
open fun toString(): String