NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatConfig.h
浏览该文件的文档.
1
//
2
// NIMQChatConfig.h
3
// NIMLib
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
#import <Foundation/Foundation.h>
9
10
NS_ASSUME_NONNULL_BEGIN
11
12
/**
13
* NIM 圈组 配置项目
14
*/
15
@interface
NIMQChatConfig
: NSObject
16
17
/**
18
* 返回配置项实例
19
*
20
* @return 配置项
21
*/
22
+ (instancetype)
sharedConfig
;
23
24
/**
25
* 开启消息缓存支持
26
* @discusssion 默认为 NO。
27
*/
28
@property
(nonatomic,assign) BOOL
enabledMessageCache
;
29
30
/**
31
* 默认NO,如果为YES,则开启圈组的自动订阅功能
32
*/
33
@property
(nonatomic, assign) BOOL
autoSubscribe
;
34
35
@end
36
37
NS_ASSUME_NONNULL_END
NIMQChatConfig
Definition:
NIMQChatConfig.h:16
+[NIMQChatConfig sharedConfig]
instancetype sharedConfig()
NIMQChatConfig::enabledMessageCache
BOOL enabledMessageCache
Definition:
NIMQChatConfig.h:28
NIMQChatConfig::autoSubscribe
BOOL autoSubscribe
Definition:
NIMQChatConfig.h:33
NIMQChatConfig.h
制作者
1.9.5