-
public interface VisitorInfoProvide Visitor information
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()The visitor's name abstract StringgetEmail()The visitor's email address abstract StringgetPhone()The visitor's phone number abstract StringgetNote()Notes related to the visitor abstract StringgetExternalId()External ID to be used in third-party integrations. abstract LinkedTreeMap<String, String>getCustomAttributes()The notes associated with the visitor abstract StringgetGeneratedName()Automatically generated visitor name abstract BooleangetBanned()Shows if the visitor is banned from the site abstract StringgetHref()The visitor's information URL. abstract StringgetId()The unique ID of the visitor -
-
Method Detail
-
getExternalId
@Nullable() abstract String getExternalId()
External ID to be used in third-party integrations.
-
getCustomAttributes
abstract LinkedTreeMap<String, String> getCustomAttributes()
The notes associated with the visitor
-
getGeneratedName
abstract String getGeneratedName()
Automatically generated visitor name
-
-
-
-