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
- 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
| Parameters | Type | Description |
|---|---|---|
| serialNumber | string | Issued by Central Control |
| Parameters | Type | Description |
|---|---|---|
| SerialNumber | std::string | Issued by Central Control |
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().ReportPrajna("serialNumber");
GUA_NAMESPACE::GetToolsService::ReportPrajna("SerialNumber");