Package 

Class VisitorCode


  • 
    public class 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 for more details on Visitor code lifecycle and usage.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String code
    • Method Summary

      Modifier and Type Method Description
      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 timethe code was requested.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCode

         String getCode()

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

      • getDuration

         Long getDuration()

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