C# Class PlayFab.AdminModels.PlayerProfile

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AdCampaignAttributions List
BannedUntil DateTime?
Created DateTime?
DisplayName string
LastLogin DateTime?
LinkedAccounts List
Locations PlayerLocation>.Dictionary
Origination LoginIdentityProvider?
PlayerId string
PlayerStatistics List
PublisherId string
PushNotificationRegistrations List
Statistics int>.Dictionary
Tags List
TitleId string
TotalValueToDateInUSD uint?
ValuesToDate uint>.Dictionary
VirtualCurrencyBalances int>.Dictionary

Property Details

AdCampaignAttributions public property

Array of ad campaigns player has been attributed to
public List AdCampaignAttributions
return List

BannedUntil public property

Banned until UTC Date. If permanent ban this is set for 20 years after the original ban date.
public DateTime? BannedUntil
return DateTime?

Created public property

Player record created
public DateTime? Created
return DateTime?

DisplayName public property

Player Display Name
public string DisplayName
return string

LastLogin public property

Last login
public DateTime? LastLogin
return DateTime?

LinkedAccounts public property

Array of third party accounts linked to this player
public List LinkedAccounts
return List

Locations public property

Dictionary of player's locations by type.
public Dictionary Locations
return PlayerLocation>.Dictionary

Origination public property

Player account origination
public LoginIdentityProvider? Origination
return LoginIdentityProvider?

PlayerId public property

PlayFab Player ID
public string PlayerId
return string

PlayerStatistics public property

Array of player statistics
public List PlayerStatistics
return List

PublisherId public property

Publisher this player belongs to
public string PublisherId
return string

PushNotificationRegistrations public property

Array of configured push notification end points
public List PushNotificationRegistrations
return List

Statistics public property

Dictionary of player's statistics using only the latest version's value
public Dictionary Statistics
return int>.Dictionary

Tags public property

List of player's tags for segmentation.
public List Tags
return List

TitleId public property

Title ID this profile applies to
public string TitleId
return string

TotalValueToDateInUSD public property

A sum of player's total purchases in USD across all currencies.
public uint? TotalValueToDateInUSD
return uint?

ValuesToDate public property

Dictionary of player's total purchases by currency.
public Dictionary ValuesToDate
return uint>.Dictionary

VirtualCurrencyBalances public property

Dictionary of player's virtual currency balances
public Dictionary VirtualCurrencyBalances
return int>.Dictionary