live chat,live help,live support Boldchat Web Service
API Reference
 
[ Programmer's Guide | API Reference Home ]


Class LoginActivityInfo

The LoginActivityInfo class encapsulates historical information about a login event or session. Each LoginActivityInfo instance has a creation time and, if completed, an end time.

Property Summary
LongoperatorID
The ID of the operator associated with the entry.
BytestatusType
The entry status type: 0 (Offline), 1 (Away), 2 (Available).
Calendarcreated
The session creation date-time.
Calendarended
The date-time when the session ended, or null if it hasn't ended yet.
LongserviceTypeID
The service type ID (1 = Chats, 2 = Visits, 3 = Emails, 7 = Calls).
ByteendedReason
The ended-reason value.
LongendedBy
ID of the operator who caused the session to end.

Property Detail
Long operatorID

The ID of the operator associated with the entry.

Byte statusType

The entry status type: 0 (Offline), 1 (Away), 2 (Available).

Calendar created

The session creation date-time.

Calendar ended

The date-time when the session ended, or null if it hasn't ended yet.

Long serviceTypeID

The service type ID (1 = Chats, 2 = Visits, 3 = Emails, 7 = Calls).

Byte endedReason

The ended-reason value.
  • 0 - None/Unknown
  • 1 - Operator signed off
  • 2 - Same client logged in
  • 3 - Same operator logged in
  • 4 - Client was closed
  • 5 - Server requested client reconnect
  • 6 - Sign-on limit reached
  • 7 - Sign-off requested by another operator
  • 8 - Same client logged in
  • 9 - Operator login disabled

Long endedBy

ID of the operator who caused the session to end.