C# 클래스 PlayFab.ServerModels.PlayerProfile

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

AdCampaignAttributions 공개적으로 프로퍼티

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

BannedUntil 공개적으로 프로퍼티

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

Created 공개적으로 프로퍼티

Player record created
public DateTime? Created
리턴 DateTime?

DisplayName 공개적으로 프로퍼티

Player Display Name
public string DisplayName
리턴 string

LastLogin 공개적으로 프로퍼티

Last login
public DateTime? LastLogin
리턴 DateTime?

LinkedAccounts 공개적으로 프로퍼티

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

Locations 공개적으로 프로퍼티

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

Origination 공개적으로 프로퍼티

Player account origination
public LoginIdentityProvider? Origination
리턴 LoginIdentityProvider?

PlayerId 공개적으로 프로퍼티

PlayFab Player ID
public string PlayerId
리턴 string

PlayerStatistics 공개적으로 프로퍼티

Array of player statistics
public List PlayerStatistics
리턴 List

PublisherId 공개적으로 프로퍼티

Publisher this player belongs to
public string PublisherId
리턴 string

PushNotificationRegistrations 공개적으로 프로퍼티

Array of configured push notification end points
public List PushNotificationRegistrations
리턴 List

Statistics 공개적으로 프로퍼티

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

Tags 공개적으로 프로퍼티

List of player's tags for segmentation.
public List Tags
리턴 List

TitleId 공개적으로 프로퍼티

Title ID this profile applies to
public string TitleId
리턴 string

TotalValueToDateInUSD 공개적으로 프로퍼티

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

ValuesToDate 공개적으로 프로퍼티

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

VirtualCurrencyBalances 공개적으로 프로퍼티

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