OnFindMesageList
功能介绍
信息
查找消息列表
- Unity
委托
public delegate void OnFindMesageList(List<FindMessageList> list, int errCode, string errMsg);
参数
参数名称 | 类型 | 描述 | |
---|---|---|---|
list | List<FindMessageList> | 查找消息结果 | |
errCode | int | 错误码 | |
errMsg | string | 错误信息 |
查找消息列表
public delegate void OnFindMesageList(List<FindMessageList> list, int errCode, string errMsg);
参数名称 | 类型 | 描述 | |
---|---|---|---|
list | List<FindMessageList> | 查找消息结果 | |
errCode | int | 错误码 | |
errMsg | string | 错误信息 |