Bold360 and BoldChat Developer Center

ActiveAssistSession

com.boldchat.visitor.api

Class ActiveAssistSession

  • java.lang.Object
    • com.boldchat.visitor.api.ActiveAssistSession


  • public class ActiveAssistSession
    extends java.lang.Object
    Container class for information related to an Active Assist session.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Long getActiveAssistID() 
      ActiveAssistType getActiveAssistType() 
      java.util.Date getEnded() 
      java.lang.String getPinCode() 
      java.util.Date getStarted() 
      • Methods inherited from class java.lang.Object

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

      • getActiveAssistID

        public java.lang.Long getActiveAssistID()
        Returns:
        The ID for the active assist session.
      • getActiveAssistType

        public ActiveAssistType getActiveAssistType()
        Returns:
        The type of the active assist session.
      • getPinCode

        public java.lang.String getPinCode()
        Returns:
        The pin code for the session most commonly used form LogMeIn Rescue.
      • getStarted

        public java.util.Date getStarted()
        Returns:
        The date the active assist session was started by an operator.
      • getEnded

        public java.util.Date getEnded()
        Returns:
        The date the active assist session was ended by either the operator or the user.