Show / Hide Table of Contents

Class FriendSearchParam

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

Fields

friendship_search_param_keyword_list

Declaration
public List<string> friendship_search_param_keyword_list
Field Value
Type Description
System.Collections.Generic.List<System.String>

只写, 搜索的关键字列表,关键字列表最多支持 5 个

friendship_search_param_search_field_list

Declaration
public List<TIMFriendshipSearchFieldKey> friendship_search_param_search_field_list
Field Value
Type Description
System.Collections.Generic.List<TIMFriendshipSearchFieldKey>

只写 TIMFriendshipSearchFieldKey 好友搜索类型

In This Article
Back to top Generated by DocFX