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.
Mostra file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

EventName public_oe property

public string EventName
return string

EventNamespace public_oe property

public string EventNamespace
return string

EventObject public_oe property

public PlayStreamEvent EventObject
return PlayStreamEvent

PlayerId public_oe property

public string PlayerId
return string

Profile public_oe property

public PlayerProfile Profile
return PlayerProfile

SegmentMatchResults public_oe property

public List SegmentMatchResults
return List

TitleId public_oe property

public string TitleId
return string

TriggerResults public_oe property

public List TriggerResults
return List