Options
All
  • Public
  • Public/Protected
  • All
Menu
param

json_get_user_profile_list_param:获取指定用户列表的用户资料接口参数的Json字符串

param

user_data: 用户自定义数据,ImSDK只负责传回给回调函数cb,不做任何处理

jsonGetUserProfileListParam的interface:

  jsonGetUserProfileListParam:
 {
  friendship_getprofilelist_param_identifier_array: Array<string>;  //获取指定用户列表的用户资料接口参数的Json字符串
  friendship_getprofilelist_param_force_update: boolean;  //用户自定义数据,ImSDK只负责传回给回调函数cb,不做任何处理
 }

Hierarchy

  • TIMProfileGetUserProfileListParam

Index

Properties

json_get_user_profile_list_param

json_get_user_profile_list_param: jsonGetUserProfileListParam

user_data

user_data: string

Generated using TypeDoc