Interface FeedbackView

    • Method Detail

      • showSubmitSuccessDialog

        void showSubmitSuccessDialog()
        Notifies the view when call to feedback API is successful
      • showSubmitFailedDialog

        void showSubmitFailedDialog​(java.lang.String message)
        Notifies the view when call to feedback API failed
        Parameters:
        message - error message
      • updateSpinnerCategories

        void updateSpinnerCategories​(java.util.HashMap<java.lang.String,​Category> categoryList)
        Notifies the view when call to GET categories API is successful
        Parameters:
        categoryList - category list
      • showProgressDialog

        void showProgressDialog​(boolean show)
        Show/Hide progress dialog
        Parameters:
        show - true to show, else false