I am developing a chat application where I am integrating BBM classes. I made a chat form and used the ChatField, with the addMessage function. I used the MessageListManager too for the addMessage function as well. This works pretty well and I got the design of BBM into my application.
The problem is that I want to add to the message a status (like pending, delivered and read). Using the manager above will add the message but I am not able to add a status to it neither a BitmapField.
How to add a message to this manager with a status like Delivered and Read?




