Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
PlayStreamNotification
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.
显示文件
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