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

Update a user's account details. More...

Inherited by Nakama.ApiUpdateAccountRequest.

Properties

string AvatarUrl [get]
 A URL for an avatar image.
 
string DisplayName [get]
 The display name of the user.
 
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 Timezone [get]
 The timezone set by the user.
 
string Username [get]
 The username of the user's account.
 

Detailed Description

Update a user's account details.

Property Documentation

◆ AvatarUrl

string Nakama.IApiUpdateAccountRequest.AvatarUrl
get

A URL for an avatar image.

◆ DisplayName

string Nakama.IApiUpdateAccountRequest.DisplayName
get

The display name of the user.

◆ LangTag

string Nakama.IApiUpdateAccountRequest.LangTag
get

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

◆ Location

string Nakama.IApiUpdateAccountRequest.Location
get

The location set by the user.

◆ Timezone

string Nakama.IApiUpdateAccountRequest.Timezone
get

The timezone set by the user.

◆ Username

string Nakama.IApiUpdateAccountRequest.Username
get

The username of the user's account.


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