| RuyiNetFriendServiceReadFriendsEntities Method |
[This is preliminary documentation and is subject to change.]
Read an entity attached to a friend.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void ReadFriendsEntities(
int index,
string entityType,
Action<RuyiNetEntity[]> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - entityType
- Type: SystemString
The type of entities to retrieve. - callback
- Type: SystemActionRuyiNetEntity
The function to call when the task completes.
See Also