UnityEngine.Social.ReportScore C# (CSharp) Method

ReportScore() public static method

public static ReportScore ( long score, string board, Action callback ) : void
score long
board string
callback Action
return void
        public static void ReportScore(long score, string board, Action<bool> callback)
        {
            Active.ReportScore(score, board, callback);
        }