jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize Notifications

alenz316 opened this issue · comments

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.