public void ProfileGetUserProfileListSDK() { FriendShipGetProfileListParam json_get_user_profile_list_param = new FriendShipGetProfileListParam(); json_get_user_profile_list_param.friendship_getprofilelist_param_identifier_array = new List <string>(SelectedUser); TIMResult res = TencentIMSDK.ProfileGetUserProfileList(json_get_user_profile_list_param, Utils.addAsyncStringDataToScreen(GetResult)); Result.text = Utils.SynchronizeResult(res); }