Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ThreadLivePageResult(val livePagedList: LiveData<PagedList<ThreadSummary>>, val liveBoundaries: LiveData<ResultBoundaries>)
Link copied to clipboard
interface ThreadsService
This interface defines methods to interact with thread related features. It's the dynamic threads implementation and the homeserver must return a capability entry for threads. If the server do not support m.thread then org.matrix.android.sdk.api.session.room.threads.local.ThreadsLocalService should be used instead