Interface ChatListener

  • All Known Implementing Classes:
    ZopimChatActivity


    public interface ChatListener
    Interface definition of chat events.

    Implement this interface in the host activity that embeds ZopimChatFragment to listen for events defined in this interface.

    • Method Detail

      • onChatInitialized

        void onChatInitialized()
        Callback which notifies that ChatApi chat is initialized and ready to be used.
      • onChatEnded

        void onChatEnded()
        Callback that notifies that the chat has ended