ChannelController |
The Channel Controller exposes convenient livedata objects to build your chat interface It automatically handles the incoming events and keeps users, messages, reactions, channel information up to date automatically Offline storage is also handled using Room interface ChannelController |
ChannelControllerImpl |
class ChannelControllerImpl : ChannelController |
QueryChannelsController |
The QueryChannelsController is a small helper to show a list of channels interface QueryChannelsController |
QueryChannelsControllerImpl |
class QueryChannelsControllerImpl : QueryChannelsController |
ThreadController |
The threadController exposes livedata for a thread interface ThreadController |
ThreadControllerImpl |
class ThreadControllerImpl : ThreadController |