- Developer
- Custom HTML code
- Event handling
-
JavaScript API Methods
- .close()
- .getBrowser()
- .getCity()
- .getCountry()
- .getCurrentPage()
- .getIP()
- .getLandingPage()
- .getLandingPageParams()
- .getLastMessage()
- .getOS()
- .getPageParams()
- .getPagesCount()
- .getParameter()
- .getReferrer()
- .getTimeOnSite()
- .getVisitedPages()
- .getVisitNumber()
- .isChatting()
- .isMobile()
- .messagesCount()
- .open()
- .rate()
- .setParameter()
- .triggerFilter()
- Parameters for setParameter and getParameter methods
nsc_Visitor.close()
Allows for closing the chat widget in software.
Example
nsc_API = { onChatClear: function() { // Automatic closing of the window upon the visitor's clearing of the chat nsc_Visitor.close(); } };
All rights reserved. Copyright © 2019 Netrox SC