C# 클래스 PlayFab.ServerModels.FacebookPlayFabIdPair

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

공개 프로퍼티들

프로퍼티 타입 설명
FacebookId string
PlayFabId string

프로퍼티 상세

FacebookId 공개적으로 프로퍼티

Unique Facebook identifier for a user.
public string FacebookId
리턴 string

PlayFabId 공개적으로 프로퍼티

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook identifier.
public string PlayFabId
리턴 string