Bold360 and BoldChat Developer Center

ChatRecaptureListener

com.boldchat.visitor.api

Interface ChatRecaptureListener



  • public interface ChatRecaptureListener
    The listener callback that will be notified if an operator has attempted to re-capture an attempted chat session while chat was unavailable.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onChatRecapture()
      An operator is now available, and has attempted to re-capture this chat session.
    • Method Detail

      • onChatRecapture

        void onChatRecapture()
        An operator is now available, and has attempted to re-capture this chat session. The the user is still on the unavailable email form, then they should be given the option to start a chat, and a new chat sesssion should be created if they accept.