refresh

abstract fun refresh()

Sends a request to refresh the thread-list.

This method will be called once per ChatThreadsHandler creation. Subsequently, the owner can call refresh again to update the threads list. One possible use might be to use it whenever a threads list is redisplayed after a long idle period.

Client needs to register only one OnThreadsUpdatedListener per chat instance. All subsequent refresh calls will notify listeners registered in this instance.