public class

VisitorCode

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.omnibrowse.VisitorCode

Class Overview

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.

See Also

Summary

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

Public Methods

public String getCode ()

Numeric 5 digit code unique to the Visitor for the current site ID.

public Long getDuration ()

Time left in milliseconds until Visitor code expires from the time the code was requested.