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

RuyiNetLeaderboardServiceGetGlobalLeaderboardEntryCount Method (Int32, String, ActionInt32)

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

Returns the number of entries in a global leaderboard.

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

Parameters

index
Type: SystemInt32
The index of the client calling the operation.
leaderboardId
Type: SystemString
The ID of the leaderboard to retrieve data for.
callback
Type: SystemActionInt32
Callback to call when the data is returned.
See Also

Reference

RuyiNetLeaderboardService Class
GetGlobalLeaderboardEntryCount 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