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

The user with the parameters they sent to the server when asking for opponents. More...

Inherited by Nakama.MatchmakerUser.

Properties

IDictionary< string, double > NumericProperties [get]
 The numeric properties which this user asked to matchmake with.
 
IUserPresence Presence [get]
 The presence of the user.
 
IDictionary< string, string > StringProperties [get]
 The string properties which this user asked to matchmake with.
 

Detailed Description

The user with the parameters they sent to the server when asking for opponents.

Property Documentation

◆ NumericProperties

IDictionary<string, double> Nakama.IMatchmakerUser.NumericProperties
get

The numeric properties which this user asked to matchmake with.

◆ Presence

IUserPresence Nakama.IMatchmakerUser.Presence
get

The presence of the user.

◆ StringProperties

IDictionary<string, string> Nakama.IMatchmakerUser.StringProperties
get

The string properties which this user asked to matchmake with.


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