onConversationNameChanged

abstract fun onConversationNameChanged(    @NonNull conversationId: String,     @NonNull oldConversationName: String,     @NonNull newConversationName: String)

Called when the conversation name is changed.

Parameters

conversationId

The conversation ID

oldConversationName

The old conversation name

newConversationName

The new conversation name