Package org.matrix.android.sdk.api.session.room.threads

Types

Link copied to clipboard
sealed class FetchThreadsResult
Link copied to clipboard
@JsonClass(generateAdapter = false)
enum ThreadFilter : Enum<ThreadFilter>
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