C# Class PlayFab.PlayStreamNotification

The server message wrapper for PlayStream events. Should be used to deserialize EventObject into its appropriate types by EventName, TntityType, and EventNamespace. Do not modify.
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
EntityType string
EventName string
EventNamespace string
EventObject PlayStreamEvent
PlayerId string
Profile PlayerProfile
SegmentMatchResults List
TitleId string
TriggerResults List

Property Details

EntityType public_oe property

public string EntityType
Résultat string

EventName public_oe property

public string EventName
Résultat string

EventNamespace public_oe property

public string EventNamespace
Résultat string

EventObject public_oe property

public PlayStreamEvent EventObject
Résultat PlayStreamEvent

PlayerId public_oe property

public string PlayerId
Résultat string

Profile public_oe property

public PlayerProfile Profile
Résultat PlayerProfile

SegmentMatchResults public_oe property

public List SegmentMatchResults
Résultat List

TitleId public_oe property

public string TitleId
Résultat string

TriggerResults public_oe property

public List TriggerResults
Résultat List