Index

Classes


Class ChatElement

Class Summary
Constructor Attributes Constructor Name and Description
 
Struct representing a chat message loaded in the History
Field Summary
Field Attributes Field Name and Description
 
- message sender id
 
- message sender name
 
- The message sender type
 
- id of the webpage where the message has been sended / received (id in the surfer navigation history)
 
- the Json chat message
 
- The chat message code, parseInt to get type of ChatMessageTypes
 
- message emited date time at format yyyy-MM-dd HH:mm:ss
Class Detail
ChatElement()
Struct representing a chat message loaded in the History
Field Detail
{string} fromId
- message sender id

{string} fromName
- message sender name

{ChatterTypes} fromType
- The message sender type

{number} idPageOrigin
- id of the webpage where the message has been sended / received (id in the surfer navigation history)

{string} message
- the Json chat message

{string} messageCode
- The chat message code, parseInt to get type of ChatMessageTypes

{string} MessageTime
- message emited date time at format yyyy-MM-dd HH:mm:ss

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 05 2014 12:49:32 GMT+0100 (CET)