BindWithLoggedinChannel [Player Network SDK Only]
[Player Network SDK Only] Call this method to link the logged in channel. For more information, see Link Custom Account with another Channel.
Supported Platform
- Unity
- Unreal Engine
Unity currently does not support this interface.
Supports
Android, iOS, Windows
platform.Function Definition
- Unity
- Unreal Engine
void BuildMapWithLoggedinChannel();
static void BuildMapWithLoggedinChannel();
Input Parameters
No parameters are passed.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().BuildMapWithLoggedinChannel();
GUA_NAMESPACE::GUAAccountService::BuildMapWithLoggedinChannel();