jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.69k stars 452 forks source link

Customize Notifications #75

Open alenz316 opened 6 years ago

alenz316 commented 6 years ago

Allow a mechanism to update the Notification and associated Channel before posting/creation. e.g. passing in an optional NotificationHelper delegate to the ChuckInterceptor constructor.

This request stems from the desire to setShowBadge(false) on the Chuck notification channel.