MessageUpdateManager

class MessageUpdateManager

Types

Companion
Link copied to clipboard
object Companion

Functions

addMessageUpdateListener
Link copied to clipboard
fun addMessageUpdateListener(owner: LifecycleOwner?, listener: KIMMessageUpdateListener)
notifyMessageUpdateListener
Link copied to clipboard
fun notifyMessageUpdateListener(chatId: String, messages: List<KIMCoreMessage>, hasMore: Boolean)
removeMessageUpdateListener
Link copied to clipboard
fun removeMessageUpdateListener(listener: KIMMessageUpdateListener)