Bold360 and BoldChat Developer Center

ChatFinishedListener

com.boldchat.visitor.api

Interface ChatFinishedListener



  • public interface ChatFinishedListener
    Listener that will receive the result for Chat.finishChat(ChatFinishedListener)
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onChatFinished(PostChat postChat)
      The method to be called after the call to Chat.finishChat(ChatFinishedListener) has completed.
    • Method Detail

      • onChatFinished

        void onChatFinished(PostChat postChat)
        The method to be called after the call to Chat.finishChat(ChatFinishedListener) has completed.
        Parameters:
        postChat - The post chat form information, or null if there is no post-chat form.