Skip to main content

ReportPrajna [MSDK Only]

[MSDK Only] Reports the Prajna serial number to the centralized compliance platform which is only available for China. Games integrated with the central compliance platform will establish a persistent connection with the centralized compliance platform, and the centralized compliance platform sends the serialNumber for MSDK to report. Currently does not support the global market.

Supported Platform

Supports Android, iOS platform.

Function Definition

void ReportPrajna(string serialNumber);

Input Parameters

ParameterTypeDescription
serialNumberstringPrajna serial number sent by the centralized compliance platform

Code Sample

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