类 EaseConfigsManager
- java.lang.Object
-
- io.agora.chat.uikit.manager.EaseConfigsManager
-
public class EaseConfigsManager extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 EaseConfigsManager()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static booleanenableModifyMessageAfterSent()Get whether to enable modify text messages after they are sent.static booleanenableReplyMessage()Get whether to enable reply messages.static booleanenableSendChannelAck()Whether to use the sending channel_ack message function, this function is activated to reduce the sending of read_ack messages, and it is enabled by defaultstatic booleanenableSendCombineMessage()Get whether to enable send combine messages.static booleanisShowInputMenuSendButton()Get whether to show send button in input menu
-
-
-
方法详细资料
-
enableSendChannelAck
public static boolean enableSendChannelAck()
Whether to use the sending channel_ack message function, this function is activated to reduce the sending of read_ack messages, and it is enabled by default- 返回:
-
isShowInputMenuSendButton
public static boolean isShowInputMenuSendButton()
Get whether to show send button in input menu- 返回:
-
enableReplyMessage
public static boolean enableReplyMessage()
Get whether to enable reply messages.- 返回:
-
enableSendCombineMessage
public static boolean enableSendCombineMessage()
Get whether to enable send combine messages.- 返回:
-
enableModifyMessageAfterSent
public static boolean enableModifyMessageAfterSent()
Get whether to enable modify text messages after they are sent.- 返回:
-
-