Package 

Interface VisitorInfo


  • 
    public interface VisitorInfo
    
                        

    Provide Visitor information

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() The visitor's name
      abstract String getEmail() The visitor's email address
      abstract String getPhone() The visitor's phone number
      abstract String getNote() Notes related to the visitor
      abstract String getExternalId() External ID to be used in third-party integrations.
      abstract LinkedTreeMap<String, String> getCustomAttributes() The notes associated with the visitor
      abstract String getGeneratedName() Automatically generated visitor name
      abstract Boolean getBanned() Shows if the visitor is banned from the site
      abstract String getHref() The visitor's information URL.
      abstract String getId() The unique ID of the visitor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait