C# Class PlayFab.ClientModels.WriteClientCharacterEventRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Body object>.Dictionary
CharacterId string
EventName string
Timestamp DateTime?

Property Details

Body public property

Custom event properties. Each property consists of a name (string) and a value (JSON object).
public Dictionary Body
return object>.Dictionary

CharacterId public property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

EventName public property

The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it commonly follows the subject_verb_object pattern (e.g. player_logged_in).
public string EventName
return string

Timestamp public property

The time (in UTC) associated with this event. The value dafaults to the current time.
public DateTime? Timestamp
return DateTime?