Bold360 and BoldChat Developer Center

ChatTyperListener

com.boldchat.visitor.api

Interface ChatTyperListener



  • public interface ChatTyperListener
    The listener that is called when an operator begins typing in the BoldChat client. The typer may be the visitor, so Typer.getPersonType() should be check to determine the kind of person typing. This could be called any time after Chat.startChat(ChatStartListener) and may continue receiving events until Chat.finishChat(ChatFinishedListener) is called.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onTyperUpdated(Typer typer)
      The status of a user typing in the BoldChat client or a chat window has changed.
    • Method Detail

      • onTyperUpdated

        void onTyperUpdated(Typer typer)
        The status of a user typing in the BoldChat client or a chat window has changed.
        Parameters:
        typer - The person typing, or the person that is no longer typing.