SocialPlatforms.ISocialPlatform.ReportScore
ReportScore(score: long, board: string, callback: Action<bool>): void;
void ReportScore(long score, string board, Action<bool> callback);
def ReportScore(score as long, board as string, callback as Action<bool>) as void
Description

See Social.ReportScore.