类 EaseChatInterfaceManager


  • public class EaseChatInterfaceManager
    extends java.lang.Object
    This is an internal management class, which is used to manage some interfaces inside uikit, which is convenient for interface setting and transfer. Do not call it externally.
    • 方法详细资料

      • setInterface

        public void setInterface​(android.content.Context context,
                                 java.lang.String tag,
                                 IUIKitInterface iuiKitInterface)
      • getInterface

        public IUIKitInterface getInterface​(android.content.Context context,
                                            java.lang.String tag)
      • removeInterface

        public boolean removeInterface​(android.content.Context context,
                                       java.lang.String tag)
      • clear

        public void clear()