Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetFriendService Class
RuyiNetFriendService Methods
AcceptFriendInvitation Method
AddFriend Method
FindUserByExactName Method
FindUsersBySubstrName Method
GetProfile Method
GetProfiles Method
GetSummaryDataForFriends Method
GetSummaryDataForPlayerId Method
GetSummaryDataForPlayerIds Method
GetSummaryDataForRecentlyMetPlayers Method
GetUsersOnlineStatus Method
ListFriendInvitationsRecieved Method
ListFriendInvitationsSent Method
ListFriends Method
ReadFriendEntity Method
ReadFriendsEntities Method
RejectFriendInvitation Method
RemoveFriend Method
SendFriendInvitation Method
Click or drag to resizeClick or drag to resize

RuyiNetFriendServiceReadFriendEntity 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
C#
Copy
public void ReadFriendEntity(
	int index,
	string entityId,
	string friendPlayerId,
	Action<RuyiNetEntity> callback
)

Parameters

index
Type: SystemInt32
The index of user
entityId
Type: SystemString
The ID of the entity to retrieve.
friendPlayerId
Type: SystemString
The player ID of the friend.
callback
Type: SystemActionRuyiNetEntity
The function to call when the task completes.
See Also

Reference

RuyiNetFriendService Class
Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com