UnConnect [MSDK Only]
[MSDK Only] Remove the association. Currently only supports Kwai.
Supported Platform
- 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
Parameter | Type | Description |
---|---|---|
channel | string | Channel information Currently only supports Kwai |
Parameter | Type | Description |
---|---|---|
channel | std::string | Channel information Currently only supports Kwai |