Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetLeaderboardService Class
RuyiNetLeaderboardService Methods
CreateLeaderboard Method
GetGlobalLeaderboardEntryCount Method
GetGlobalLeaderboardPage Method
GetGlobalLeaderboardView Method
GetGlobalLeaderVersions Method
GetGroupSocialLeaderboard Method
GetPlayerScore Method
GetPlayerScoresFromLeaderboards Method
GetPlayersSocialLeaderboard Method
GetSocialLeaderboard Method
ListAllLeaderboards Method
PostScoreToDynamicLeaderboard Method
PostScoreToLeaderboard Method
RemoveScore Method
Click or drag to resizeClick or drag to resize

RuyiNetLeaderboardServiceCreateLeaderboard Method

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

Note: This API is now obsolete.

Deprecated. Use Portal to create leaderboards. Use Cloud Code to dynamically create leaderboards.

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
[ObsoleteAttribute("Use Portal to create leaderboards. Use Cloud Code to dynamically create leaderboards.")]
public void CreateLeaderboard(
	int index,
	string id,
	RuyiNetLeaderboardType type,
	RuyiNetRotationType rotationType,
	RuyiNetTaskResponseCallbackType callback
)

Parameters

index
Type: SystemInt32
The index of user
id
Type: SystemString
The ID of the new leaderboard.
type
Type: Ruyi.SDK.OnlineRuyiNetLeaderboardType
The type of leaderboard to create.
rotationType
Type: Ruyi.SDK.OnlineRuyiNetRotationType
How often the leaderboard will rotate scores.
callback
Type: Ruyi.SDK.OnlineRuyiNetTaskResponseCallbackType
The function to call when the data is retrieved.
See Also

Reference

RuyiNetLeaderboardService 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