类 EaseChatInterfaceManager
- java.lang.Object
-
- io.agora.chat.uikit.manager.EaseChatInterfaceManager
-
public class EaseChatInterfaceManager extends java.lang.ObjectThis 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.
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclear()static EaseChatInterfaceManagergetInstance()IUIKitInterfacegetInterface(android.content.Context context, java.lang.String tag)booleanremoveInterface(android.content.Context context, java.lang.String tag)voidsetInterface(android.content.Context context, java.lang.String tag, IUIKitInterface iuiKitInterface)
-
-
-
方法详细资料
-
getInstance
public static EaseChatInterfaceManager getInstance()
-
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()
-
-