Interface ChallengeResponsesListView

    • Method Detail

      • showChallengeResponsesList

        void showChallengeResponsesList​(java.util.List<ChallengeResponse> responses,
                                        int totalEntries)
        Notifies the view when GET challenge responses API is successful
        Parameters:
        responses - list of ChallengeResponse
        totalEntries - number of responses
      • appendChallengeResponsesList

        void appendChallengeResponsesList​(java.util.List<ChallengeResponse> responses,
                                          int totalEntries)
        Notifies the view when GET challenge responses API with pagination is successful
        Parameters:
        responses - list of ChallengeResponse
        totalEntries - number of responses
      • showErrorMessage

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