C# 클래스 PlayFab.ClientModels.LoginResult

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

공개 프로퍼티들

프로퍼티 타입 설명
InfoResultPayload GetPlayerCombinedInfoResultPayload
LastLoginTime DateTime?
NewlyCreated bool
PlayFabId string
SessionTicket string
SettingsForUser UserSettings

프로퍼티 상세

InfoResultPayload 공개적으로 프로퍼티

Results for requested info.
public GetPlayerCombinedInfoResultPayload,PlayFab.ClientModels InfoResultPayload
리턴 GetPlayerCombinedInfoResultPayload

LastLoginTime 공개적으로 프로퍼티

The time of this user's previous login. If there was no previous login, then it's DateTime.MinValue
public DateTime? LastLoginTime
리턴 DateTime?

NewlyCreated 공개적으로 프로퍼티

True if the account was newly created on this login.
public bool NewlyCreated
리턴 bool

PlayFabId 공개적으로 프로퍼티

Player's unique PlayFabId.
public string PlayFabId
리턴 string

SessionTicket 공개적으로 프로퍼티

Unique token authorizing the user and game at the server level, for the current session.
public string SessionTicket
리턴 string

SettingsForUser 공개적으로 프로퍼티

Settings specific to this user.
public UserSettings,PlayFab.ClientModels SettingsForUser
리턴 UserSettings