Package io.rong.imlib

Interface IRongCoreListener.TagListener

  • All Implemented Interfaces:

    
    public interface IRongCoreListener.TagListener
    
                        

    会话标签更改监听器。

    当用户在其它端添加移除更新标签时会触发此监听器,用于多端之间的信息同步。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onTagChanged() 收到此回调,可调用 getTags 获取最新标签信息
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onTagChanged

         abstract void onTagChanged()

        收到此回调,可调用 getTags 获取最新标签信息