Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IMatchmakerMatched Interface Reference

The result of a successful matchmaker operation sent to the server. More...

Inherited by Nakama.MatchmakerMatched.

Properties

string MatchId [get]
 The id used to join the match.
 
string Ticket [get]
 The ticket sent by the server when the user requested to matchmake for other players.
 
string Token [get]
 The token used to join a match.
 
IEnumerable< IMatchmakerUserUsers [get]
 The other users matched with this user and the parameters they sent.
 
IMatchmakerUser Self [get]
 The current user who matched with opponents.
 

Detailed Description

The result of a successful matchmaker operation sent to the server.

Property Documentation

◆ MatchId

string Nakama.IMatchmakerMatched.MatchId
get

The id used to join the match.

A match ID used to join the match.

◆ Self

IMatchmakerUser Nakama.IMatchmakerMatched.Self
get

The current user who matched with opponents.

◆ Ticket

string Nakama.IMatchmakerMatched.Ticket
get

The ticket sent by the server when the user requested to matchmake for other players.

◆ Token

string Nakama.IMatchmakerMatched.Token
get

The token used to join a match.

◆ Users

IEnumerable<IMatchmakerUser> Nakama.IMatchmakerMatched.Users
get

The other users matched with this user and the parameters they sent.


The documentation for this interface was generated from the following file: