Interface GiftcardAutoReloadView

    • Method Detail

      • showAutoReloadDetails

        void showAutoReloadDetails​(Giftcard giftcard)
        This notifies the view to show the details of Giftcard.
        Parameters:
        giftcard - Giftcard
      • showErrorDialog

        void showErrorDialog​(java.lang.String error)
        This notifies the view to show a dialog with error message. Called when an API call failed.
        Parameters:
        error - error message
      • refreshData

        void refreshData()
        This notifies the view to refresh the UI.
      • showProgressDialog

        void showProgressDialog​(boolean showProgress)
        This notifies the view to show or hide the progress dialog.
        Parameters:
        showProgress - true - to show dialog, false - to hide dialog
      • showAutoReloadSuccessMessage

        void showAutoReloadSuccessMessage()
        This notifies the view to show a message informing the user that updating of auto reload configuration was successful.