KMessageDetailViewModel

class KMessageDetailViewModel(val chatId: String, messageID: String, messageType: String, sourceType: String, messageExt: String) : ViewModel

Created by liutao on 2022/8/6. 转发合并消息 ViewModel

Constructors

Link copied to clipboard
constructor(chatId: String, messageID: String, messageType: String, sourceType: String, messageExt: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed class State

Properties

Link copied to clipboard
Link copied to clipboard
var kimCoreMessage: KIMCoreMessage?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "bindView")
fun KMessageDetailViewModel.bindView(view: KMessageListView, lifecycleOwner: LifecycleOwner, extensions: List<KIMExpMessageDetail>)

Created by liutao7 on 2022/8/7.

Link copied to clipboard
fun getDisplayingMessages(): List<KIMCoreMessage>?

获取当前列表显示的消息