ChatAddress
This section lists the constructor, fields, methods, callback event methods, and returns (if applicable) associated with this class.
The ChatAddress class extends the _UQAddress class.
See _UQAddress.
Constructor
| Constructor | Returns |
|---|---|
|
ChatAddress() |
ChatAddress object |
Fields
The ChatAddress class inherits the following fields from the _Address class:
-
id
-
caps
| Field | Type |
|---|---|
|
chatconnections |
Object |
|
tasks |
Object |
See _Address.
The ChatAddress class inherits the tasks field from the _UQAddress class.
See _UQAddress.
Methods
The ChatAddress class inherits the following methods from the _UQAddress class:
-
acceptTask
-
dequeueTask
| Method | Returns |
|---|---|
|
chat (agentId, buddyId, reason) |
None |
|
getChatconnectionByConnectionId (connectionId) |
Object |
|
getChatconnectionindexByConnectionId (connectionId) |
Index |
|
getFreeChatconnection |
Object |
|
getFreeChatconnectionIndex |
Object |
See _UQAddress.
Callback Event Methods
The ChatAddress class inherits the onError callback event method from the _Address class.
See _UQAddress.
The ChatAddress class inherits the following callback event methods from the _UQAddress class:
-
onAccepted
-
onAcceptingTask
-
onDequeueingTask
-
onNotify
-
onTaskAdded
-
onTaskRemoved
-
onUnassigned
See _UQAddress.
| Callback Event Method | Returns |
|---|---|
|
onCapabilitiesChanged (event) |
None |