Package-level declarations
Types
Link copied to clipboard
class KChatPagingManager(assumerId: String = "", chatPagingLoader: IChatPagingLoader, chatMergingDispatcher: IChatMergingDispatcher) : IChatPagingLoader
会话分页管理 设计文档: 【Android】会话分页加载改造 https://365.kdocs.cn/l/cf6cdHs84DIK
Link copied to clipboard
annotation class KPagingChatType
Link copied to clipboard
annotation class KPagingFrom
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createChatMergingDispatcher(assumerId: String, chatTypes: List<Int>?, _state: MediatorLiveData<KBaseChatListViewModel.State>, _draftState: LiveData<List<KChatDraft>>?, _paginationState: MediatorLiveData<KBaseChatListViewModel.PaginationState>?, _chatItemChangedState: MutableLiveData<KChatListItem>?): KBaseChatMergingDispatcher
Link copied to clipboard
fun createChatPagingLoader(assumerId: String, chatTypes: List<Int>?, chatMergingDispatcher: KBaseChatMergingDispatcher): IChatPagingLoader
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard