| CookieBannerExceptionDetailsSwitch.kt |
|
1109 |
| CookieBannerReducerDetailsPanel.kt |
Cookie banner reducer details panel that will be visible when the user
clicks on cookie banner reducer item.
|
6827 |
| CookieBannerReducerItem.kt |
Displays the cookie banner exception item from Tracking Protection panel.
@param cookieBannerReducerStatus if the site has a cookie banner, an exception or is not supported
@param preferenceOnClickListener Callback that will redirect the user to cookie banner item details.
|
6138 |
| CookieBannerReducerMiddleware.kt |
Middleware for cookie banner reduction.
|
8965 |
| CookieBannerReducerStatus.kt |
Sealed class for the cookie banner exception Gui item
from Tracking Protection panel.
|
1016 |
| CookieBannerReducerStore.kt |
The [CookieBannerReducerStore] holds the [CookieBannerReducerState] (state tree).
The only way to change the [CookieBannerReducerState] inside
[CookieBannerReducerStore] is to dispatch an [CookieBannerReducerAction] on it.
|
4523 |
| DefaultCookieBannerReducerInteractor.kt |
Interactor class for cookie banner reducer feature .
|
1372 |