Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetLeaderboardService Class
RuyiNetLeaderboardService Methods
Click or drag to resizeClick or drag to resize

RuyiNetLeaderboardService Class

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

Provides operations to retrieve leaderboard data and submit scores.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineRuyiNetService
    Ruyi.SDK.OnlineRuyiNetLeaderboardService

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public class RuyiNetLeaderboardService : RuyiNetService

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

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