Query Transfer Code [Player Network SDK Only]
[Player Network SDK Only] Query the transfer code of the currently logged-in account.
Supported platforms
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.Function Definition
- Unity
- Unreal Engine
void QueryTransferCode();
static void QueryTransferCode();
Input Parameters
No input parameters.
Callback Handling
The callback handler interface is GUALoginResultObservers.The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_QUERY_TRANFER_CODE.
The callback event is OnLoginResultNotify. The callback ID is kMethodIDAccountQueryTransferCode.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryTransferCode();
GUA_NAMESPACE::GUAAccountService::QueryTransferCode();