C# 클래스 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.
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EntityType string
EventName string
EventNamespace string
EventObject PlayStreamEvent
PlayerId string
Profile PlayerProfile
SegmentMatchResults List
TitleId string
TriggerResults List

프로퍼티 상세

EntityType 공개적으로 프로퍼티

public string EntityType
리턴 string

EventName 공개적으로 프로퍼티

public string EventName
리턴 string

EventNamespace 공개적으로 프로퍼티

public string EventNamespace
리턴 string

EventObject 공개적으로 프로퍼티

public PlayStreamEvent EventObject
리턴 PlayStreamEvent

PlayerId 공개적으로 프로퍼티

public string PlayerId
리턴 string

Profile 공개적으로 프로퍼티

public PlayerProfile Profile
리턴 PlayerProfile

SegmentMatchResults 공개적으로 프로퍼티

public List SegmentMatchResults
리턴 List

TitleId 공개적으로 프로퍼티

public string TitleId
리턴 string

TriggerResults 공개적으로 프로퍼티

public List TriggerResults
리턴 List