C# 클래스 PlayFab.ClientModels.GetAccountInfoRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Email string
PlayFabId string
TitleDisplayName string
Username string

프로퍼티 상세

Email 공개적으로 프로퍼티

User email address for the account to find (if no Username is specified).
public string Email
리턴 string

PlayFabId 공개적으로 프로퍼티

Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.
public string PlayFabId
리턴 string

TitleDisplayName 공개적으로 프로퍼티

Title-specific username for the account to find (if no Email is set). Note that if the non-unique Title Display Names option is enabled for the title, attempts to look up users by Title Display Name will always return AccountNotFound.
public string TitleDisplayName
리턴 string

Username 공개적으로 프로퍼티

PlayFab Username for the account to find (if no PlayFabId is specified).
public string Username
리턴 string