C# Class Playtomic.Leaderboards

Mostrar archivo Open project: playtomic/gameapi-csharp

Public Methods

Method Description
List ( Hashtable options, Action callback ) : void
Save ( PlayerScore score, Action callback ) : void
SaveAndList ( PlayerScore score, Action callback ) : void

Private Methods

Method Description
ProcessScores ( PResponse response, IDictionary data, List &scores, int &numitems ) : void
SendListRequest ( string section, string action, Hashtable postdata, Action callback ) : void

Method Details

List() public static method

public static List ( Hashtable options, Action callback ) : void
options System.Collections.Hashtable
callback Action
return void

Save() public static method

public static Save ( PlayerScore score, Action callback ) : void
score PlayerScore
callback Action
return void

SaveAndList() public static method

public static SaveAndList ( PlayerScore score, Action callback ) : void
score PlayerScore
callback Action
return void