KMessageListTitleBarViewModel

class KMessageListTitleBarViewModel(val chatId: String, var chatName: String, val lifecycleOwner: LifecycleOwner) : ViewModel

Created by liutao7 on 2022/6/30.

Constructors

Link copied to clipboard
constructor(chatId: String, chatName: String, lifecycleOwner: LifecycleOwner)

Types

Link copied to clipboard
data class State(val chatMeta: KIMCoreChatMeta)
Link copied to clipboard
data class TagData(val isDimission: Boolean, val isExternal: Boolean, val isDepartment: Boolean, val isAllStaff: Boolean, val onlineStatus: Int = OnlineStatusHelper.OnlineStatus.INVISIBLE, val chatType: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "bindView")
fun KMessageListTitleBarViewModel.bindView(titleBarView: KMessageListTitleBarView, stickContainer: LinearLayout?, lifecycleOwner: LifecycleOwner)

Created by liutao7 on 2022/6/30.

Link copied to clipboard