C# Class PlayFab.ClientModels.UserAccountInfo

Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AndroidDeviceInfo UserAndroidDeviceInfo
Created System.DateTime
CustomIdInfo UserCustomIdInfo
FacebookInfo UserFacebookInfo
GameCenterInfo UserGameCenterInfo
GoogleInfo UserGoogleInfo
IosDeviceInfo UserIosDeviceInfo
KongregateInfo UserKongregateInfo
PlayFabId string
PrivateInfo UserPrivateAccountInfo
PsnInfo UserPsnInfo
SteamInfo UserSteamInfo
TitleInfo UserTitleInfo
TwitchInfo UserTwitchInfo
Username string
XboxInfo UserXboxInfo

Property Details

AndroidDeviceInfo public_oe property

User Android device information, if an Android device has been linked
public UserAndroidDeviceInfo,PlayFab.ClientModels AndroidDeviceInfo
return UserAndroidDeviceInfo

Created public_oe property

Timestamp indicating when the user account was created
public DateTime,System Created
return System.DateTime

CustomIdInfo public_oe property

Custom ID information, if a custom ID has been assigned
public UserCustomIdInfo,PlayFab.ClientModels CustomIdInfo
return UserCustomIdInfo

FacebookInfo public_oe property

User Facebook information, if a Facebook account has been linked
public UserFacebookInfo,PlayFab.ClientModels FacebookInfo
return UserFacebookInfo

GameCenterInfo public_oe property

User Gamecenter information, if a Gamecenter account has been linked
public UserGameCenterInfo,PlayFab.ClientModels GameCenterInfo
return UserGameCenterInfo

GoogleInfo public_oe property

User Google account information, if a Google account has been linked
public UserGoogleInfo,PlayFab.ClientModels GoogleInfo
return UserGoogleInfo

IosDeviceInfo public_oe property

User iOS device information, if an iOS device has been linked
public UserIosDeviceInfo,PlayFab.ClientModels IosDeviceInfo
return UserIosDeviceInfo

KongregateInfo public_oe property

User Kongregate account information, if a Kongregate account has been linked
public UserKongregateInfo,PlayFab.ClientModels KongregateInfo
return UserKongregateInfo

PlayFabId public_oe property

Unique identifier for the user account
public string PlayFabId
return string

PrivateInfo public_oe property

Personal information for the user which is considered more sensitive
public UserPrivateAccountInfo,PlayFab.ClientModels PrivateInfo
return UserPrivateAccountInfo

PsnInfo public_oe property

User PSN account information, if a PSN account has been linked
public UserPsnInfo,PlayFab.ClientModels PsnInfo
return UserPsnInfo

SteamInfo public_oe property

User Steam information, if a Steam account has been linked
public UserSteamInfo,PlayFab.ClientModels SteamInfo
return UserSteamInfo

TitleInfo public_oe property

Title-specific information for the user account
public UserTitleInfo,PlayFab.ClientModels TitleInfo
return UserTitleInfo

TwitchInfo public_oe property

User Twitch account information, if a Twitch account has been linked
public UserTwitchInfo,PlayFab.ClientModels TwitchInfo
return UserTwitchInfo

Username public_oe property

User account name in the PlayFab service
public string Username
return string

XboxInfo public_oe property

User XBox account information, if a XBox account has been linked
public UserXboxInfo,PlayFab.ClientModels XboxInfo
return UserXboxInfo