Package io.rong.imkit.config
Class RongConfigCenter
-
- All Implemented Interfaces:
public class RongConfigCenter
SDK 配置入口。 应用可以通过该类更改各页面的配置。 注意:需要在 init() 之前调用。
-
-
Constructor Summary
Constructors Constructor Description RongConfigCenter()
-
Method Summary
Modifier and Type Method Description static void
syncFromXml(Context context)
static ConversationListConfig
conversationListConfig()
获取会话列表配置。 static ConversationConfig
conversationConfig()
获取会话配置。 static FeatureConfig
featureConfig()
static NotificationConfig
notificationConfig()
static GatheredConversationConfig
gatheredConversationConfig()
-
-
Method Detail
-
syncFromXml
static void syncFromXml(Context context)
-
conversationListConfig
static ConversationListConfig conversationListConfig()
获取会话列表配置。
-
conversationConfig
static ConversationConfig conversationConfig()
获取会话配置。
-
featureConfig
static FeatureConfig featureConfig()
-
notificationConfig
static NotificationConfig notificationConfig()
-
gatheredConversationConfig
static GatheredConversationConfig gatheredConversationConfig()
-
-
-
-