setTagListener

public abstract void setTagListener(IRongCoreListener.TagListener listener)

Sets the callback for conversation tag changes.

This listener is triggered when a user adds, removes, or updates tags on another device, enabling synchronization across multiple devices. Upon receiving this callback, you can call getTags to retrieve the latest tag information.

Call this method after initialization but before connecting.

Since

5.1.1

Parameters

listener

The conversation tag listener.