ChatThreadHandler
Instance of a thread handler. This instance will contain the most up-to-date thread, even newer than the thread it was created from.
This object will not transfer any changes to the parent object and all updates are contained within this class. It's up to the client to keep the instance alive as long as they need it.
It has no side effects attached to it.
Functions
Return new instance of thread action handler for this ChatThread.
Returns new instance of field handler for this ChatThread.
Terminate the contact.
Returns new instance of thread event handler for this ChatThread.
Returns the most up-to-date thread with updated properties. This value is internally stored and is safe to call in main-thread context.
Returns new instance of message handler for this ChatThread.