Skip to product menu
Skip to main content

Chat.open()

This API would let you pop open the chat window.

Syntax:

CopiedZohoSalesIQ.Chat.open()

Example:

CopiedyourButton.setOnClickListener(new View.OnClickListener()
        {
            @Override
            public void onClick(View v)
            {
                ZohoSalesIQ.Chat.open();
            }
        });