ContactListCache

class ContactListCache

联系人信息缓存配置

Since

2.4

See also

Constructors

ContactListCache
Link copied to clipboard
fun ContactListCache()

Properties

friendListCacheEnabled
Link copied to clipboard
var friendListCacheEnabled: Boolean = false

开启好友列表缓存.

groupMemberListCacheEnabled
Link copied to clipboard
var groupMemberListCacheEnabled: Boolean = false

开启群成员列表缓存.

saveInterval
Link copied to clipboard
var saveInterval: Duration

在有修改时自动保存间隔. 默认 60 秒. 在每次登录完成后有修改时都会立即保存一次.

saveIntervalMillis
Link copied to clipboard
var saveIntervalMillis: Long

在有修改时自动保存间隔. 默认 60 秒. 在每次登录完成后有修改时都会立即保存一次.