Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

搜索好友的参数

param

params

param

user_data: 用户自定义数据

   params: {
friendship_search_param_keyword_list?: [string]; // 关键字列表最多支持 5 个
friendship_search_param_search_field_list?: [number]; // 好友搜索类型(如下)
//    kTIMFriendshipSearchFieldKey_Identifier = 0x01,  // userid
// kTIMFriendshipSearchFieldKey_NikeName = 0x01 << 1, // 昵称
// kTIMFriendshipSearchFieldKey_Remark = 0x01 << 2, // 备注
};

Hierarchy

  • SearchFriendsParams

Index

Properties

Properties

params

params: { friendship_search_param_keyword_list?: [string]; friendship_search_param_search_field_list?: [number] }

Type declaration

  • Optional friendship_search_param_keyword_list?: [string]
  • Optional friendship_search_param_search_field_list?: [number]

Optional user_data

user_data: string

Generated using TypeDoc