Click or drag to resize

ReportingEventMetadata Class

Reporting metadata to be used for uploading to Prism
Inheritance Hierarchy
SystemObject
  ImmerseSDK.MetadataReportingEventMetadata

Namespace:  ImmerseSDK.Metadata
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class ReportingEventMetadata

The ReportingEventMetadata type exposes the following members.

Constructors
  NameDescription
Public methodReportingEventMetadata
Initializes a new instance of the ReportingEventMetadata class
Top
Fields
  NameDescription
Public fieldEventId
The eventId
Public fieldName
Name of the event
Public fieldReportingValues
The reporting values that will be sent per event
Top
See Also