Interface ChallengeResponseDetailsView

    • Method Detail

      • showChallengeDetail

        void showChallengeDetail​(Challenge challenge)
        Notify the view to show challenge detail
        Parameters:
        challenge - Challenge model
      • showResponseStatus

        void showResponseStatus​(java.lang.String message,
                                java.lang.String status)
        Notify the view to show response status
        Parameters:
        message - response message
        status - response status
      • showComments

        void showComments​(java.util.List<Comment> comments)
        Notify the view to show response comments
        Parameters:
        comments - list of response comments
      • allowReenter

        void allowReenter​(boolean allowReenter,
                          ChallengeResponse response)
        Notify the view to enable the cta
        Parameters:
        allowReenter - allow reenter
        response - ChallengeResponse object
      • showErrorMessage

        void showErrorMessage​(java.lang.String error)
        Notifies the view when GET challenge response API failed
        Parameters:
        error - error message