Show / Hide Table of Contents

Class GroupPendencyOption

Inheritance
System.Object
ExtraData
GroupPendencyOption
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 GroupPendencyOption : ExtraData

Fields

group_pendency_option_max_limited

Declaration
public uint? group_pendency_option_max_limited
Field Value
Type Description
System.Nullable<System.UInt32>

只写(选填), 拉取的建议数量,server可根据需要返回或多或少,不能作为完成与否的标志

group_pendency_option_start_time

Declaration
public ulong group_pendency_option_start_time
Field Value
Type Description
System.UInt64

只写(必填), 设置拉取时间戳,第一次请求填0,后边根据server返回的GroupPendencyResult键kTIMGroupPendencyResultNextStartTime指定的时间戳进行填写

In This Article
Back to top Generated by DocFX