Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetLeaderboardService Class
RuyiNetLeaderboardService Methods
RemoveScore Method
RemoveScore Method (Int32, String, Action(Boolean))
RemoveScore Method (Int32, String, Int32, Action(Boolean))
Click or drag to resizeClick or drag to resize

RuyiNetLeaderboardServiceRemoveScore Method (Int32, String, ActionBoolean)

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

Removes a score from a leaderboard.

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public void RemoveScore(
	int index,
	string leaderboardId,
	Action<bool> callback
)

Parameters

index
Type: SystemInt32
The index of user
leaderboardId
Type: SystemString
The ID of the leaderboard to remove the score from.
callback
Type: SystemActionBoolean
The function to call when the data is retrieved.
See Also

Reference

RuyiNetLeaderboardService Class
RemoveScore Overload
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