Show / Hide Table of Contents

Delegate MsgElemUploadProgressStringCallback

消息被撤回回调

Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void MsgElemUploadProgressStringCallback(string message, int index, int cur_size, int total_size, string user_data);
Parameters
Type Name Description
System.String message
System.Int32 index
System.Int32 cur_size
System.Int32 total_size
System.String user_data
In This Article
Back to top Generated by DocFX