window.Sayless("SHOW")
This will open the widget
window.Sayless("HIDE")
This will close the widget
window.Sayless("UPDATE", {name: "USERNAME", email: "EMAIL", emailHash: "HASH"})
This method is used to update an anonymous visitor into a verified user, usually after they’ve signed in on your application.
window.Sayless("RESET")
This will clear the cookie being used to track the user.