Show / Hide Table of Contents

Class UserConfig

Inheritance
System.Object
UserConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class UserConfig

Fields

user_config_group_getinfo_option

Declaration
public GroupGetInfoOption user_config_group_getinfo_option
Field Value
Type Description
GroupGetInfoOption

Write-only (optional); the default option for obtaining group information

user_config_group_member_getinfo_option

Declaration
public GroupMemberGetInfoOption user_config_group_member_getinfo_option
Field Value
Type Description
GroupMemberGetInfoOption

Write-only (optional); the default option for obtaining group member information

user_config_is_ingore_grouptips_unread

Declaration
public bool user_config_is_ingore_grouptips_unread
Field Value
Type Description
System.Boolean

Write-only (optional). `true` indicates that group tips are not included in the read group message count.

user_config_is_is_disable_storage

Declaration
public bool user_config_is_is_disable_storage
Field Value
Type Description
System.Boolean

Write-only (optional); whether to disable the local database. `true`: Disable; `false` (default): Enable.

user_config_is_read_receipt

Declaration
public bool user_config_is_read_receipt
Field Value
Type Description
System.Boolean

Write-only (optional). `true` indicates that a read receipt event will be received.

user_config_is_sync_report

Declaration
public bool user_config_is_sync_report
Field Value
Type Description
System.Boolean

Write-only (optional). `true` indicates that the read status will be deleted from the server.

In This Article
Back to top Generated by DocFX