C# Класс PlayFab.ClientModels.UserTitleInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Created System.DateTime
DisplayName string
FirstLogin DateTime?
LastLogin DateTime?
Origination UserOrigination?
isBanned bool?

Описание свойств

Created публичное свойство

timestamp indicating when the user was first associated with this game (this can differ significantly from when the user first registered with PlayFab)
public DateTime,System Created
Результат System.DateTime

DisplayName публичное свойство

name of the user, as it is displayed in-game
public string DisplayName
Результат string

FirstLogin публичное свойство

timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other events, such as issuing a beta key to the user, can associate the title to the user)
public DateTime? FirstLogin
Результат DateTime?

LastLogin публичное свойство

timestamp for the last user login for this title
public DateTime? LastLogin
Результат DateTime?

Origination публичное свойство

source by which the user first joined the game, if known
public UserOrigination? Origination
Результат UserOrigination?

isBanned публичное свойство

boolean indicating whether or not the user is currently banned for a title
public bool? isBanned
Результат bool?