Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetTelemetryService Class
RuyiNetTelemetryService Methods
EndTelemetryEvent Method
EndTelemetryEvent Method (Int32, String, String, RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, Int32, String, String, RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, String, String, Dictionary(String, String), RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, String, String, String, RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, Int32, String, String, Dictionary(String, String), RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, Int32, String, String, String, RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, String, String, String, Dictionary(String, String), RuyiNetTask(RuyiNetResponse).CallbackType)
EndTelemetryEvent Method (Int32, Int32, String, String, String, Dictionary(String, String), RuyiNetTask(RuyiNetResponse).CallbackType)
Click or drag to resizeClick or drag to resize

RuyiNetTelemetryServiceEndTelemetryEvent Method (Int32, String, String, DictionaryString, String, RuyiNetTaskRuyiNetResponseCallbackType)

[This is preliminary documentation and is subject to change.]

Ends a telemetry event.

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public void EndTelemetryEvent(
	int clientIndex,
	string sessionId,
	string eventType,
	Dictionary<string, string> customData,
	RuyiNetTaskResponseCallbackType callback
)

Parameters

clientIndex
Type: SystemInt32
The index of the client making the call.
sessionId
Type: SystemString
The ID of the session to End the event with.
eventType
Type: SystemString
The type of event.
customData
Type: System.Collections.GenericDictionaryString, String
The custom data to attach to the event.
callback
Type: Ruyi.SDK.OnlineRuyiNetTaskResponseCallbackType
The callback to call when the operation is complete.
See Also

Reference

RuyiNetTelemetryService Class
EndTelemetryEvent Overload
Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com