Playtomic.Leaderboards.Save C# (CSharp) Method

Save() public static method

public static Save ( PlayerScore score, Action callback ) : void
score PlayerScore
callback Action
return void
        public static void Save(PlayerScore score, Action<PResponse> callback)
        {
            PRequest.GetResponse (SECTION, SAVE, score, callback);
        }