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

RuyiNetLeaderboardService Methods

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

The RuyiNetLeaderboardService type exposes the following members.

Methods
  NameDescription
Public methodCreateLeaderboard Obsolete.
Deprecated. Use Portal to create leaderboards. Use Cloud Code to dynamically create leaderboards.
Public methodGetGlobalLeaderboardEntryCount(Int32, String, ActionInt32)
Returns the number of entries in a global leaderboard.
Public methodGetGlobalLeaderboardEntryCount(Int32, String, Int32, ActionInt32)
Returns the number of entries in a global leaderboard.
Public methodGetGlobalLeaderboardPage(Int32, String, SortOrder, Int32, Int32, ActionRuyiNetLeaderboardPage)
Retrieves paginated data from a leaderboard.
Public methodGetGlobalLeaderboardPage(Int32, String, SortOrder, Int32, Int32, Int32, ActionRuyiNetLeaderboardPage)
Retrieves paginated data from a leaderboard.
Public methodGetGlobalLeaderboardView(Int32, String, SortOrder, Int32, Int32, ActionRuyiNetLeaderboardPage)
Retrieves data from a leaderboard centered around the current player.
Public methodGetGlobalLeaderboardView(Int32, String, SortOrder, Int32, Int32, Int32, ActionRuyiNetLeaderboardPage)
Retrieves data from a leaderboard centered around the current player.
Public methodGetGlobalLeaderVersions
Retrieves a list of versions available for a leaderboard.
Public methodGetGroupSocialLeaderboard
Retrieves a leaderboard with all the user's friends.
Public methodGetPlayerScore(Int32, String, ActionRuyiNetPlayerScore)
Retrieves the player's score for a leaderboard.
Public methodGetPlayerScore(Int32, String, Int32, ActionRuyiNetPlayerScore)
Retrieves the player's score for a leaderboard.
Public methodGetPlayerScoresFromLeaderboards
Retrieves the current player's scores from multiple leaderboards.
Public methodGetPlayersSocialLeaderboard
Retrieves a leaderboard for all the specified users.
Public methodGetSocialLeaderboard
Retrieves a leaderboard for all the users friends.
Public methodListAllLeaderboards
Returns a list of all leaderboard configurations for a game.
Public methodPostScoreToDynamicLeaderboard(Int32, Int32, String, RuyiNetLeaderboardType, RuyiNetRotationType, Int64, Int32, ActionBoolean)
Adds a score to a leaderboard that will be dynamically created if it doesn't exist.
Public methodPostScoreToDynamicLeaderboard(Int32, Int32, String, RuyiNetLeaderboardType, RuyiNetRotationType, Int64, Int32, String, ActionBoolean)
Adds a score to a leaderboard that will be dynamically created if it doesn't exist.
Public methodPostScoreToLeaderboard(Int32, Int32, String, ActionBoolean)
Adds a score to a leaderboard.
Public methodPostScoreToLeaderboard(Int32, Int32, String, String, ActionBoolean)
Adds a score to a leaderboard.
Public methodRemoveScore(Int32, String, ActionBoolean)
Removes a score from a leaderboard.
Public methodRemoveScore(Int32, String, Int32, ActionBoolean)
Removes a score from a leaderboard.
Top
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