AnyChat技术支持论坛
标题:
android版本 anychat的SDK 收文件的回调函数不能触发?
[打印本页]
作者:
liuhank
时间:
2014-1-15 14:58
标题:
android版本 anychat的SDK 收文件的回调函数不能触发?
如题。
// 文件传输回调函数定义
private void OnTransFileCallBack(int userid, String filename, String tempfilepath, int filelength, int wparam, int lparam, int taskid)
{
Message tMsg=new Message();
Bundle tBundle=new Bundle();
tBundle.putInt("HANDLETYPE", HANDLE_TYPE_TRANSFILE);
tBundle.putInt("USERID", userid);
tBundle.putString("FILENAME", filename);
tBundle.putString("TEMPFILE", tempfilepath);
tBundle.putInt("LENGTH", filelength);
tBundle.putInt("WPARAM", wparam);
tBundle.putInt("LPARAM", lparam);
tBundle.putInt("TASKID", taskid);
tMsg.setData(tBundle);
mHandler.sendMessage(tMsg);
}
该函数不能触发 ,怎么办?
作者:
廖斌
时间:
2014-1-15 15:01
这个函数需要接收文件完成时才会触发的,请问你是在什么场景下使用。要接收文件
1、设置接收路径
2、继承接口,设置接收回调
作者:
liuhank
时间:
2014-1-15 15:07
廖斌 发表于 2014-1-15 15:01
这个函数需要接收文件完成时才会触发的,请问你是在什么场景下使用。要接收文件
1、设置接收路径
还没到那一步呢。。先触发这个函数 --> 传msg --> 调用接口
现在连这个函数都无法调用。
作者:
admin
时间:
2014-1-15 15:11
您好,请上传一下客户端的日志文件,谢谢
欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/)
Powered by Discuz! X3