Unlink [MSDK only]
[MSD only] Unlink (connect), currently only Kwai channel is supported.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS platform.Supports
Android, iOS platform.Function Definition
- Unity
- Unreal Engine
void Unconnect(string channel);
static void UnConnect(const std::string &channel);
Input Parameters
- Unity
- Unreal Engine
| Parameters | Type | Description |
|---|---|---|
| channel | string | Channel Information Currently, only the Kwai channel |
| Parameters | Type | Description |
|---|---|---|
| Channel | std::string | Channel Information Currently, only the Kwai channel |