OnLocalFriendRequestList
功能介绍
信息
好友请求列表回调
- Unity
委托
public delegate void OnLocalFriendRequestList(List<LocalFriendRequest> list, int errCode, string errMsg);
参数
参数名称 | 类型 | 描述 | |
---|---|---|---|
list | LocalFriendRequest | 用户信息 | |
errCode | int | 错误码 | |
errMsg | string | 错误信息 |
好友请求列表回调
public delegate void OnLocalFriendRequestList(List<LocalFriendRequest> list, int errCode, string errMsg);
参数名称 | 类型 | 描述 | |
---|---|---|---|
list | LocalFriendRequest | 用户信息 | |
errCode | int | 错误码 | |
errMsg | string | 错误信息 |