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

RuyiNetFriendServiceFindUsersBySubstrName Method

[This is preliminary documentation and is subject to change.]

Attempts to find users with names containing the substring.

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public void FindUsersBySubstrName(
	int index,
	string substring,
	int maxResults,
	Action<RuyiNetFriendSummaryData[]> callback
)

Parameters

index
Type: SystemInt32
The index of user.
substring
Type: SystemString
The substring to search for.
maxResults
Type: SystemInt32
The maximum number of results to return.
callback
Type: SystemActionRuyiNetFriendSummaryData
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