setTripNotificationInterceptor
fun setTripNotificationInterceptor(interceptor: TripNotificationInterceptor?)
Content copied to clipboard
Allows you to intercept the notification builder before it is passed to the android sdk. Use this interceptor to extend the notification, or apply your own modifications. Use null
to clear the interceptor you have set previously.
Parameters
interceptor