Interface PreferencesView

    • Method Detail

      • showPreferenceList

        void showPreferenceList​(java.util.List<Preference> preferences)
        This notifies the view when the API for getting the list of preferences returns a successful response
        Parameters:
        preferences - list of preferences
      • showPreferenceListNotAvailable

        void showPreferenceListNotAvailable​(java.lang.String error)
        This notifies the view when the API for getting the list of preferences returns an error
        Parameters:
        error - error message
      • updatePreferenceList

        void updatePreferenceList()
        This notifies the view when the API for updating the list of preference is a success