Click or drag to resize

ReportingServiceSendReportingMessage Method (String, MessageID, String, DictionaryString, Object)

Sends a reporting message

Namespace:  ImmerseSDK.Reporting
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SendReportingMessage(
	string eventId,
	MessageID objectId,
	string eventValue,
	Dictionary<string, Object> data
)

Parameters

eventId
Type: SystemString
objectId
Type: ImmerseSDK.Multiplayer.MessagingMessageID
eventValue
Type: SystemString
data
Type: System.Collections.GenericDictionaryString, Object
See Also