Package 

Class NavigationManager

  • All Implemented Interfaces:

    
    public final class NavigationManager
    
                        

    Handle navigation inside the different screens

    • Method Detail

      • showNotice

         final Unit showNotice(FragmentActivity activity)

        Show the consent notice (if required, not disabled in the config and not already displayed)

        Parameters:
        activity - base activity to use for notice
      • forceShowNotice

         final Unit forceShowNotice(FragmentActivity activity)

        Force show the consent notice without checking if consent is required

        Parameters:
        activity - base activity to use for notice
      • hideNotice

         final Unit hideNotice()

        Hide the notice if it is currently displayed

      • openPreferences

         final Unit openPreferences(FragmentActivity activity, SubScreenType subScreenType)

        Show the preferences popup

        Parameters:
        activity - activity used to get the support fragment manager.
        subScreenType - Sub-screen to open in preferences
      • showVendorsFragment

         final Unit showVendorsFragment(FragmentManager parentFragmentManager)

        Display Vendor Fragment if not already there