Interface StartMatchmakingResponse.Builder

    • Method Detail

      • matchmakingTicket

        StartMatchmakingResponse.Builder matchmakingTicket​(MatchmakingTicket matchmakingTicket)

        Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process.

        Parameters:
        matchmakingTicket - Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.