| java.lang.Object | |
| ↳ | com.glia.androidsdk.omnibrowse.VisitorCode |
Visitor unique code information.
Visitor code can be use by Operator to identify Visitor and start Engagement.
Once this code is used for Engagement it expires right away and it also expires after specific amount of time has passed.
See getVisitorCode(RequestCallback) for more details on Visitor code lifecycle and usage.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getCode()
Numeric 5 digit code unique to the Visitor for the current site ID.
| ||||||||||
| Long |
getDuration()
Time left in milliseconds until Visitor code expires from the time
the code was requested.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Numeric 5 digit code unique to the Visitor for the current site ID.
Time left in milliseconds until Visitor code expires from the time the code was requested.