C# Class PlayFab.ServerModels.RedeemMatchmakerTicketResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Error string
TicketIsValid bool
UserInfo UserAccountInfo

Property Details

Error public_oe property

Error value if the ticket was not validated.
public string Error
return string

TicketIsValid public_oe property

Boolean indicating whether the ticket was validated by the PlayFab service.
public bool TicketIsValid
return bool

UserInfo public_oe property

User account information for the user validated.
public UserAccountInfo,PlayFab.ServerModels UserInfo
return UserAccountInfo