docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchRequests.ReportResultsRequest

    Report the results of a match

    Inheritance
    Object
    Request
    MatchRequests.ReportResultsRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Matches
    Syntax
    public class ReportResultsRequest : Request

    Properties

    CompetitionType

    Match Competition type

    Declaration
    public MatchCompetitionType CompetitionType { get; set; }
    Property Value
    Type Description
    MatchCompetitionType

    GroupType

    Whether the match is a team match

    Declaration
    public MatchGroupType GroupType { get; set; }
    Property Value
    Type Description
    MatchGroupType

    MatchID

    Match ID

    Declaration
    public string MatchID { get; set; }
    Property Value
    Type Description
    String

    Results

    Match Results

    Declaration
    public MatchResults Results { get; set; }
    Property Value
    Type Description
    MatchResults

    ResultType

    Whether there are scores in the match results

    Declaration
    public MatchResultsType ResultType { get; set; }
    Property Value
    Type Description
    MatchResultsType

    ReviewEligibility

    Setting of whether a match participant can write a review of other participants

    Declaration
    public MatchRequests.PlayerReviewEligibility ReviewEligibility { get; set; }
    Property Value
    Type Description
    MatchRequests.PlayerReviewEligibility

    Stats

    Additional stats of a match

    Declaration
    public MatchStats Stats { get; set; }
    Property Value
    Type Description
    MatchStats
    Remarks

    Only playerStatistics is specified if the match's CompetitionType is COOPERATIVE. Only playerStatistics is specified if the match's CompetitionType is COMPETITIVE and groupingType is NON_TEAM_MATCH. Only teamStatistics is specified if the match's CompetitionType is COMPETITIVE and groupingType is TEAM_MATCH.

    UserId

    User ID

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020