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
- Unity
- Unreal Engine
Supports
Android, iOS platform.Supports
Android, iOS platform.Function Definition
- Unity
- Unreal Engine
void ReportPrajna(string serialNumber);
static bool ReportPrajna(std::string projnaJson);
Input Parameters
- Unity
- Unreal Engine
| Parameter | Type | Description |
|---|---|---|
| serialNumber | string | Prajna serial number sent by the centralized compliance platform |
| Parameter | Type | Description |
|---|---|---|
| SerialNumber | std::string | Prajna serial number sent by the centralized compliance platform |
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().ReportPrajna("serialNumber");
GUA_NAMESPACE::GetToolsService::ReportPrajna("SerialNumber");