//core/com.kustomer.core.listeners/KusChatListener/onConversationLastMessageAtChanged
[androidJvm]
abstract fun onConversationLastMessageAtChanged(conversationId: String, lastMessageAt: Long)
Called when a new message is received for a conversation which changes the last message timestamp KusConversation.lastMessageAt is used to represent the time of the last message sent for a conversation on the UI
androidJvm
conversationId | The ID of the conversation for which the preview has changed |
lastMessageAt | Last message time represented as a Long |