QueryTransferCode [Player Network SDK Only]
[Player Network SDK Only] Queries the transfer code generated for the logged in account.
Supported Platform
- 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 are required.
Callback Processing
The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents
.
The callback methodID is GUA_ACCOUNT_QUERY_TRANSFER_CODE
.
The callback event is OnLoginResultNotify.
The callback methodID is kMethodIDAccountQueryTransferCode
.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryTransferCode();
GUA_NAMESPACE::GUAAccountService::QueryTransferCode();