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

RuyiNetTelemetryServiceStartTelemetryEvent Method (Int32, Int32, String, String, DictionaryString, String)

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

Starts a telemetry event.

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public Task<RuyiNetResponse> StartTelemetryEvent(
	int clientIndex,
	int timestamp,
	string sessionId,
	string eventType,
	Dictionary<string, string> customData
)

Parameters

clientIndex
Type: SystemInt32
The index of the client making the call.
timestamp
Type: SystemInt32
The timestamp when the event occurred.
sessionId
Type: SystemString
The ID of the session to Start the event with.
eventType
Type: SystemString
The type of event.
customData
Type: System.Collections.GenericDictionaryString, String
The custom data to attach to the event.

Return Value

Type: TaskRuyiNetResponse

[Missing <returns> documentation for "M:Ruyi.SDK.Online.RuyiNetTelemetryService.StartTelemetryEvent(System.Int32,System.Int32,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also

Reference

RuyiNetTelemetryService Class
StartTelemetryEvent 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