C# Class PlayFab.PlayStreamModels.PlayerStatisticChangedEventData

Inheritance: PlayStreamEventBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AggregationMethod StatisticAggregationMethod?
StatisticId uint
StatisticName string
StatisticPreviousValue int?
StatisticValue int
TitleId string
Version uint

Property Details

AggregationMethod public property

public StatisticAggregationMethod? AggregationMethod
return StatisticAggregationMethod?

StatisticId public property

public uint StatisticId
return uint

StatisticName public property

public string StatisticName
return string

StatisticPreviousValue public property

public int? StatisticPreviousValue
return int?

StatisticValue public property

public int StatisticValue
return int

TitleId public property

public string TitleId
return string

Version public property

public uint Version
return uint