-
- All Implemented Interfaces:
public final class ConsentNoticeFragmentHelperHelper class used to setup common element in Bottom and Pop-up notices
-
-
Constructor Summary
Constructors Constructor Description ConsentNoticeFragmentHelper(FragmentActivity activity, <Error class: unknown class> binding, ConsentNoticeViewModel model, ThemeProvider themeProvider, NavigationManager navigationManager, LifecycleOwner lifecycleOwner)
-
Method Summary
Modifier and Type Method Description final UnitremoveListener()Remove scroll listener -
-
Constructor Detail
-
ConsentNoticeFragmentHelper
ConsentNoticeFragmentHelper(FragmentActivity activity, <Error class: unknown class> binding, ConsentNoticeViewModel model, ThemeProvider themeProvider, NavigationManager navigationManager, LifecycleOwner lifecycleOwner)
- Parameters:
activity- current Activitybinding- the target view binding to setupmodel- the model to usethemeProvider- the theme provider to uselifecycleOwner- lifecycle owner on which to observe data updates
-
-
Method Detail
-
removeListener
final Unit removeListener()
Remove scroll listener
-
-
-
-