Bold360 and BoldChat Developer Center

PostChatSubmitListener

com.boldchat.visitor.api

Interface PostChatSubmitListener



  • public interface PostChatSubmitListener
    Callback for post chat forms that have been submitted.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onPostChatSubmitFailed(Form postChatForm, java.lang.String message)
      Failed to submit the post-chat information.
      void onPostChatSubmitted(Form postChatForm)
      Indicates the post chat survey information has been successfully received by the server.
    • Method Detail

      • onPostChatSubmitted

        void onPostChatSubmitted(Form postChatForm)
        Indicates the post chat survey information has been successfully received by the server.
      • onPostChatSubmitFailed

        void onPostChatSubmitFailed(Form postChatForm,
                                  java.lang.String message)
        Failed to submit the post-chat information.
        Parameters:
        message - The message related to the failure.