Click or drag to resize

ReportEventReport Method (Int32, MessageID)

Called when we want to report this event (with no extra data)

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,
	MessageID objectId
)

Parameters

state
Type: SystemInt32
objectId
Type: ImmerseSDK.Multiplayer.MessagingMessageID
Unique Id for an object. Default value is MessageID.Empty

Return Value

Type: 
See Also