My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.UserTitleInfo Class Reference
Inheritance diagram for PlayFab.ClientModels.UserTitleInfo:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string AvatarUrl
 URL to the player's avatar.
 
DateTime Created
 timestamp indicating when the user was first associated with this game (this can differ significantly from when the user first registered with PlayFab)
 
string DisplayName
 name of the user, as it is displayed in-game
 
DateTime? 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)
 
bool? isBanned
 boolean indicating whether or not the user is currently banned for a title
 
DateTime? LastLogin
 timestamp for the last user login for this title
 
UserOrigination? Origination
 source by which the user first joined the game, if known
 
EntityKey TitlePlayerAccount
 Title player account entity for this user.
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

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