Skip to main content

Add custom report content (SetSessionExtraParam) [Player Network SDK only]

[Player Network SDK Only] Scene marker MarkSessionLoad for adding custom reporting content.

Supported platforms

Supports Android, iOS, Windows platform.

Function Definition

void SetSessionExtraParam(string extra_json)

Input Parameters

ParametersTypeDescription
extra_jsonstringJSON format string

Code Example

UnionAdapterAPI.GetReportService().SetSessionExtraParam("{\"Session\":\"Session1\"}");