Click or drag to resize

ReportEventReport Method (Int32, DictionaryString, Object)

Called when we want to report this event

Namespace:  ImmerseSDK.Reporting
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void Report(
	int state,
	Dictionary<string, Object> data
)

Parameters

state
Type: SystemInt32
data
Type: System.Collections.GenericDictionaryString, Object
extra data to report. Default is null which means no extra data

Return Value

Type: 
See Also