C# Class PlayFab.ServerModels.UserTitleInfo

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Created System.DateTime
DisplayName string
FirstLogin DateTime?
LastLogin DateTime?
Origination UserOrigination?
isBanned bool?

Property Details

Created public_oe property

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
Résultat System.DateTime

DisplayName public_oe property

name of the user, as it is displayed in-game
public string DisplayName
Résultat string

FirstLogin public_oe property

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
Résultat DateTime?

LastLogin public_oe property

timestamp for the last user login for this title
public DateTime? LastLogin
Résultat DateTime?

Origination public_oe property

source by which the user first joined the game, if known
public UserOrigination? Origination
Résultat UserOrigination?

isBanned public_oe property

boolean indicating whether or not the user is currently banned for a title
public bool? isBanned
Résultat bool?