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.
Show 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 property

public string EntityType
return string

EventName public property

public string EventName
return string

EventNamespace public property

public string EventNamespace
return string

EventObject public property

public PlayStreamEvent EventObject
return PlayStreamEvent

PlayerId public property

public string PlayerId
return string

Profile public property

public PlayerProfile Profile
return PlayerProfile

SegmentMatchResults public property

public List SegmentMatchResults
return List

TitleId public property

public string TitleId
return string

TriggerResults public property

public List TriggerResults
return List