Skip to main content

Central Control Reporting [MSDK Only]

[MSD Only] Related to Central Control, reports the Prajna serial number. Currently supports domestic channels; overseas channels are not supported yet. When the game integrates with the central control, a long connection will be established. The serialNumber is issued by the central control, and MSDK only reports it.

Supported platforms

Supports Android, iOS platform.

Function Definition

void ReportPrajna(string serialNumber);

Input Parameters

ParametersTypeDescription
serialNumberstringIssued by Central Control

Code Example

UnionAdapterAPI.GetToolsService().ReportPrajna("serialNumber");