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

Public Attributes

List< AdCampaignAttributionModelAdCampaignAttributions
 List of advertising campaigns the player has been attributed to.
 
string AvatarUrl
 URL of the player's avatar image.
 
DateTime? BannedUntil
 If the player is currently banned, the UTC Date when the ban expires.
 
List< ContactEmailInfoModelContactEmailAddresses
 List of all contact email info associated with the player account.
 
DateTime? Created
 Player record created.
 
string DisplayName
 Player display name.
 
List< string > ExperimentVariants
 List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment property during login to get the correct variants and variables.
 
DateTime? LastLogin
 UTC time when the player most recently logged in to the title.
 
List< LinkedPlatformAccountModelLinkedAccounts
 List of all authentication systems linked to this player account.
 
List< LocationModelLocations
 List of geographic locations from which the player has logged in to the title.
 
List< MembershipModelMemberships
 List of memberships for the player, along with whether are expired.
 
LoginIdentityProvider? Origination
 Player account origination.
 
string PlayerId
 PlayFab player account unique identifier.
 
string PublisherId
 Publisher this player belongs to.
 
List< PushNotificationRegistrationModelPushNotificationRegistrations
 List of configured end points registered for sending the player push notifications.
 
List< StatisticModelStatistics
 List of leaderboard statistic values for the player.
 
List< TagModelTags
 List of player's tags for segmentation.
 
string TitleId
 Title ID this player profile applies to.
 
uint? TotalValueToDateInUSD
 Sum of the player's purchases made with real-money currencies, converted to US dollars equivalent and represented as a whole number of cents (1/100 USD). For example, 999 indicates nine dollars and ninety-nine cents.
 
List< ValueToDateModelValuesToDate
 List of the player's lifetime purchase totals, summed by real-money currency.
 

Additional Inherited Members

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

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