-
- All Implemented Interfaces:
-
com.glia.androidsdk.visitor.VisitorInfo
public class VisitorInfoInternal implements VisitorInfo
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKEY_NAMEpublic final static StringKEY_PHONEpublic final static StringKEY_EMAILpublic final static StringKEY_NOTEpublic final static StringKEY_EXTERNAL_IDpublic final static StringKEY_NOTE_UPDATE_METHODpublic final static StringKEY_CUSTOM_ATTRIBUTESpublic final static StringKEY_CUSTOM_ATTRIBUTES_UPDATE_METHODprivate Stringnameprivate Stringemailprivate Stringphoneprivate Stringnoteprivate LinkedTreeMap<String, String>customAttributesprivate StringgeneratedNameprivate Booleanbannedprivate Stringhrefprivate Stringid
-
Method Summary
Modifier and Type Method Description StringgetName()The visitor's name StringgetEmail()The visitor's email address StringgetPhone()The visitor's phone number StringgetNote()Notes related to the visitor LinkedTreeMap<String, String>getCustomAttributes()The notes associated with the visitor StringgetGeneratedName()Automatically generated visitor name BooleangetBanned()Shows if the visitor is banned from the site StringgetHref()The visitor's information URL. StringgetId()The unique ID of the visitor StringgetExternalId()External ID to be used in third-party integrations. booleanequals(Object o)inthashCode()-
-
Method Detail
-
getCustomAttributes
LinkedTreeMap<String, String> getCustomAttributes()
The notes associated with the visitor
-
getGeneratedName
String getGeneratedName()
Automatically generated visitor name
-
getExternalId
@Nullable() String getExternalId()
External ID to be used in third-party integrations.
-
hashCode
int hashCode()
-
-
-
-