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

A user in the server. More...

Inherited by Nakama.Console.ApiUser.

Properties

string AvatarUrl [get]
 A URL for an avatar image.
 
string CreateTime [get]
 The UNIX time when the user was created.
 
string DisplayName [get]
 The display name of the user.
 
int EdgeCount [get]
 Number of related edges to this user.
 
string FacebookId [get]
 The Facebook id in the user's account.
 
string FacebookInstantGameId [get]
 The Facebook Instant Game id in the user's account.
 
string GamecenterId [get]
 The Apple Game Center in of the user's account.
 
string GoogleId [get]
 The Google id in the user's account.
 
string Id [get]
 The id of the user's account.
 
string LangTag [get]
 The language expected to be a tag which follows the BCP-47 spec.
 
string Location [get]
 The location set by the user.
 
string Metadata [get]
 Additional information stored as a JSON object.
 
bool Online [get]
 Indicates whether the user is currently online.
 
string SteamId [get]
 The Steam id in the user's account.
 
string Timezone [get]
 The timezone set by the user.
 
string UpdateTime [get]
 The UNIX time when the user was last updated.
 
string Username [get]
 The username of the user's account.
 

Detailed Description

A user in the server.

Property Documentation

◆ AvatarUrl

string Nakama.Console.IApiUser.AvatarUrl
get

A URL for an avatar image.

◆ CreateTime

string Nakama.Console.IApiUser.CreateTime
get

The UNIX time when the user was created.

◆ DisplayName

string Nakama.Console.IApiUser.DisplayName
get

The display name of the user.

◆ EdgeCount

int Nakama.Console.IApiUser.EdgeCount
get

Number of related edges to this user.

◆ FacebookId

string Nakama.Console.IApiUser.FacebookId
get

The Facebook id in the user's account.

◆ FacebookInstantGameId

string Nakama.Console.IApiUser.FacebookInstantGameId
get

The Facebook Instant Game id in the user's account.

◆ GamecenterId

string Nakama.Console.IApiUser.GamecenterId
get

The Apple Game Center in of the user's account.

◆ GoogleId

string Nakama.Console.IApiUser.GoogleId
get

The Google id in the user's account.

◆ Id

string Nakama.Console.IApiUser.Id
get

The id of the user's account.

◆ LangTag

string Nakama.Console.IApiUser.LangTag
get

The language expected to be a tag which follows the BCP-47 spec.

◆ Location

string Nakama.Console.IApiUser.Location
get

The location set by the user.

◆ Metadata

string Nakama.Console.IApiUser.Metadata
get

Additional information stored as a JSON object.

◆ Online

bool Nakama.Console.IApiUser.Online
get

Indicates whether the user is currently online.

◆ SteamId

string Nakama.Console.IApiUser.SteamId
get

The Steam id in the user's account.

◆ Timezone

string Nakama.Console.IApiUser.Timezone
get

The timezone set by the user.

◆ UpdateTime

string Nakama.Console.IApiUser.UpdateTime
get

The UNIX time when the user was last updated.

◆ Username

string Nakama.Console.IApiUser.Username
get

The username of the user's account.


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